Functions and methods to use relational databases as document stores
https://bitbadger.solutions/open-source/relational-documents/
Daniel J. Summers
168bf0cd14
- Add `In` and `InArray` comparisons - Replace `Op` with `Comparison` (internal API, but was public) - Spell out comparisons in `Field` constructor functions Reviewed-on: #7 |
||
---|---|---|
.gitea/workflows | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md |
BitBadger.Documents
This library provides a lightweight document storage implementation backed by either PostgreSQL or SQLite. Both of these databases have great support for storing, retrieving, and manipulating JSON fields; this library leverages that, and provides a straightforward way to store documents.
NuGet Packages
PostgreSQL | SQLite |
---|---|
More Information
See the project site for a full description and documentation.