quasar_sqlite
Single-node SQLite durable Store.
Types
pub type OpenError {
Database(sqlight.Error)
Process(actor.StartError)
MigrationUnavailable
}
Constructors
-
Database(sqlight.Error) -
Process(actor.StartError) -
MigrationUnavailable
Values
pub fn open(path: String) -> Result(store.Store, OpenError)
Opens and migrates a SQLite Store.
SQLite is supported for a single Quasar node. It is not a cluster coordination mechanism.