Functions and methods to use relational databases as document stores https://bitbadger.solutions/open-source/relational-documents/
Go to file
Daniel J. Summers 3c80c46c91
Some checks failed
CI / build-and-test (6.0, 12) (push) Failing after 35s
CI / build-and-test (6.0, 13) (push) Failing after 21s
CI / build-and-test (6.0, 14) (push) Failing after 20s
CI / build-and-test (6.0, 15) (push) Failing after 19s
CI / build-and-test (6.0, latest) (push) Failing after 20s
CI / build-and-test (7.0, 12) (push) Failing after 23s
CI / build-and-test (7.0, 13) (push) Failing after 23s
CI / build-and-test (7.0, 14) (push) Failing after 23s
CI / build-and-test (7.0, 15) (push) Failing after 23s
CI / build-and-test (7.0, latest) (push) Failing after 26s
CI / build-and-test (8.0, 12) (push) Failing after 1m27s
CI / build-and-test (8.0, 13) (push) Failing after 1m29s
CI / build-and-test (8.0, 14) (push) Failing after 1m26s
CI / build-and-test (8.0, 15) (push) Failing after 1m26s
CI / build-and-test (8.0, latest) (push) Failing after 1m24s
CI / publish (push) Has been skipped
Rename CI for Gitea
2024-04-20 16:19:56 -04:00
.gitea/workflows Rename CI for Gitea 2024-04-20 16:19:56 -04:00
src V3 rc2 (#2) 2024-01-23 21:23:24 -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 v3 RC1 (#1) 2024-01-06 15:51:48 -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.