# entelix-graphmemory-pg
[](https://docs.rs/entelix-graphmemory-pg)
[](https://crates.io/crates/entelix-graphmemory-pg)
[](https://github.com/junyeong-ai/entelix/blob/main/LICENSE)
Companion crate. Concrete `GraphMemory<N, E>` impl backed by Postgres (sqlx) — production graph-memory tier with row-level security, single-SQL BFS via `WITH RECURSIVE`, and `INSERT … SELECT FROM UNNEST` bulk insert.
Part of the [`entelix`](https://github.com/junyeong-ai/entelix) agentic-AI SDK workspace — see the [workspace README](https://github.com/junyeong-ai/entelix#readme) for project overview, quickstart, examples, and architecture.
## Documentation
- API reference: <https://docs.rs/entelix-graphmemory-pg>
- Workspace overview: <https://github.com/junyeong-ai/entelix>
## License
MIT — see [LICENSE](https://github.com/junyeong-ai/entelix/blob/main/LICENSE).