Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bit-badger/bitbadger.documents
Functions and methods to use relational databases as document stores
https://github.com/bit-badger/bitbadger.documents
csharp documents dotnet fsharp json postgresql sqlite
Last synced: 3 months ago
JSON representation
Functions and methods to use relational databases as document stores
- Host: GitHub
- URL: https://github.com/bit-badger/bitbadger.documents
- Owner: bit-badger
- License: mit
- Archived: true
- Created: 2023-12-23T22:10:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-07T23:56:26.000Z (7 months ago)
- Last Synced: 2024-09-29T06:22:24.579Z (3 months ago)
- Topics: csharp, documents, dotnet, fsharp, json, postgresql, sqlite
- Language: F#
- Homepage: https://bitbadger.solutions/open-source/relational-documents/
- Size: 285 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS REPOSITORY IS ARCHIVED
**Development continues at the [Bit Badger Solutions Git Repository](https://git.bitbadger.solutions/bit-badger/BitBadger.Documents)**.
----
## 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](https://img.shields.io/nuget/v/BitBadger.Documents.Postgres?style=plastic)](https://www.nuget.org/packages/BitBadger.Documents.Postgres/)|[![Nuget](https://img.shields.io/nuget/v/BitBadger.Documents.Sqlite?style=plastic)](https://www.nuget.org/packages/BitBadger.Documents.Sqlite/)|### More Information
See [the project site](https://bitbadger.solutions/open-source/relational-documents/) for a full description and documentation.