Module

sqlite

github.com/riducms/ridu/adapters/sqlite — The official embedded SQLite store and its immutable, reversible migration lifecycle.

Functions 2

  • sqlite.Open()

    Open a SQLite store at a filesystem path, file URI, or private in-memory database.

  • sqlite.OpenWithConfig()

    Open a SQLite store with explicit busy-timeout, WAL, and connection bounds.

Types 2

  • type sqlite.Config

    Bounded connection behavior for the embedded SQLite store.

  • type sqlite.Store

    A SQLite implementation of Ridu’s document, snapshot, auth, preference, task, lock, version, and migration store contracts.

Methods 51

Migrations 16