Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1000 Bytes

File metadata and controls

18 lines (11 loc) · 1000 Bytes

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.