Skip to main content

Crate rskit_database_sqlite

Crate rskit_database_sqlite 

Source
Expand description

SQLite backend for rskit_database.

This crate implements rskit_database’s contracts without adding SQLite dependencies to the core database crate. Importing it has no side effects; applications call register with an injected registry to opt in.

Structs§

Config
Configuration for the SQLite database backend.
SqliteDatabase
SQLite database client.

Functions§

register
Explicitly register the SQLite database backend.