All Projects → indradb → postgres

indradb / postgres

Licence: MPL-2.0 license
An IndraDB datastore implementation backed by postgres

Programming Languages

rust
11053 projects
shell
77523 projects

IndraDB Postgres Implementation Docs Build Status

This is an implementation of the IndraDB datastore for postgres. It should generally be considered by far the slowest datastore implementation available, however it provides a few major benefits:

  • Transaction changes can be rolled back on error.
  • Multiple IndraDB server processes can run on the same datastore at the same time.
  • You can use all of the postgres tooling to poke around at the results.
  • Thanks to foreign keys et al., this is probably less buggy than other implementations.

Running tests

Run ./test.sh.

Running benchmarks

Run ./test.sh --bench.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].