docs.rs failed to build stateset-db-0.8.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.
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:
stateset-db-0.7.0
stateset-db
Database implementations for StateSet iCommerce. Provides SQLite and PostgreSQL backends that implement the repository traits from stateset-core.
Features
- SQLite (default): Embedded database via
rusqlitewithr2d2connection pooling - PostgreSQL (optional): Async backend via
sqlx - Automatic migrations and schema management
- Event store for append-only commerce events
Feature Flags
sqlite(default) — SQLite via rusqlite (bundled)postgres— PostgreSQL via sqlxvector— Vector embedding storagesaga— Experimental saga/workflow support
License
MIT OR Apache-2.0