evento-core 2.0.0-alpha.28

Core types and traits for evento event sourcing library.
docs.rs failed to build evento-core-2.0.0-alpha.28
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: evento-core-2.0.0-alpha.27

evento-core

Core types and traits for the evento event sourcing toolkit: the Executor trait, the write path (create/append/WriteBuilder), projections, subscriptions, cursors, and metadata.

Most applications should depend on the evento facade crate instead, which re-exports everything here plus the storage backends behind feature flags:

[dependencies]
evento = { version = "2.0.0-alpha.27", features = ["sqlite"] }

Storage backends live in their own crates: evento-sql (SQLite/MySQL/PostgreSQL), evento-fjall (embedded), evento-remote (client/server TCP), and evento-accord (consensus-replicated).

Learn more