Documentation
¶
Overview ¶
Package sqlite registers Chronos's SQLite storage backend so an external consumer can build a durable engine with embed.New(embed.WithStorage("sqlite:///path/chronos.db")).
Blank-import it, like a database/sql driver:
import _ "github.com/felixgeelhaar/chronos/storage/sqlite"
The provider lives under internal/store and is not importable directly from outside the module; this in-module shim re-registers it.
Click to show internal directories.
Click to hide internal directories.