bit-badger / BitBadger.Documents

Functions and methods to use relational databases as document stores

Home Page:https://bitbadger.solutions/open-source/relational-documents/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS REPOSITORY IS ARCHIVED

Development continues at the Bit Badger Solutions Git Repository.


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.

About

Functions and methods to use relational databases as document stores

https://bitbadger.solutions/open-source/relational-documents/

License:MIT License


Languages

Language:F# 58.1%Language:C# 41.9%