eventuary-sqlite 0.3.0-rc.1

SQLite event backend for eventuary
docs.rs failed to build eventuary-sqlite-0.3.0-rc.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: eventuary-sqlite-0.2.0

eventuary-sqlite

SQLite event backend for eventuary. Provides a durable single-node event log with consumer-group checkpointing, suitable for embedded deployments and local development.

Schema setup is component-owned. SqliteWriter::connect(conn, config) prepares only the event-log table, while SqliteDedupeStore::connect(conn, config) prepares only the dedupe table. SqliteDatabase::open(...) only opens a connection and does not create Eventuary tables.