Functions and methods to use relational databases as document stores https://bitbadger.solutions/open-source/relational-documents/
Go to file
2023-12-28 20:28:02 -05:00
src Change "update partial" to "patch" for SQLite 2023-12-28 20:28:02 -05:00
.gitignore Initial commit 2023-12-23 17:10:45 -05:00
LICENSE Initial commit 2023-12-23 17:10:45 -05:00
README.md Add repo README 2023-12-28 09:26:53 -05:00

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
Nuget Nuget

More Information

See the project site for a full description and documentation.