cqrs-es2-store 0.2.0

Sync implementation of the cqrs-es2 store.
Documentation

cqrs-es2-store

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 15 of them enabled by default.

default

  • with-all-sync

with-all-sync

  • with-all-sql
  • with-all-doc-db
  • with-all-kv-db

with-all-sql

  • with-mysql
  • with-postgres
  • with-sqlite

with-all-doc-db

  • with-mongodb

with-all-kv-db

  • with-redis

with-mysql

  • mysql

with-postgres

  • postgres

with-sqlite

  • rusqlite

with-mongodb

  • mongodb

with-redis

  • redis

mysql

    This feature flag does not enable additional features.

postgres

    This feature flag does not enable additional features.

rusqlite

    This feature flag does not enable additional features.

mongodb

    This feature flag does not enable additional features.

redis

    This feature flag does not enable additional features.