This encompasses: - New behavior for SQLite - Migrated behavior for PostrgeSQL (from BitBadger.Npgsql.FSharp.Documents) - New "byField" behavior for PostgreSQL - A unification of C# and F# centric implementations
13 lines
823 B
Markdown
13 lines
823 B
Markdown
# 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 |
|
|
|------------|--------|
|
|
|[](https://www.nuget.org/packages/BitBadger.Documents.Postgres/)|[](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.
|