Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.