[](https://crates.io/crates/eros-engine-store)
[](https://docs.rs/eros-engine-store)
[](https://www.gnu.org/licenses/agpl-3.0)
Postgres + pgvector persistence for the [`eros-engine`](https://github.com/etherfunlab/eros-engine) AI companion engine. Uses [`sqlx`](https://crates.io/crates/sqlx) with `runtime-tokio` + `tls-rustls`.
- -----
SQL migrations ship inside this crate under [`migrations/`](https://github.com/etherfunlab/eros-engine/tree/main/crates/eros-engine-store/migrations) and can be applied with [`sqlx migrate run --source <path>`](https://docs.rs/sqlx).
```toml
[dependencies]
eros-engine-store = "0.1"
eros-engine-core = "0.1"
```
AGPL-3.0-only. See [LICENSE](https://github.com/etherfunlab/eros-engine/blob/main/LICENSE).