![]() |
VOOZH | about |
dotnet add package BitBadger.Documents.Common --version 4.2.0
NuGet\Install-Package BitBadger.Documents.Common -Version 4.2.0
<PackageReference Include="BitBadger.Documents.Common" Version="4.2.0" />
<PackageVersion Include="BitBadger.Documents.Common" Version="4.2.0" />Directory.Packages.props
<PackageReference Include="BitBadger.Documents.Common" />Project file
paket add BitBadger.Documents.Common --version 4.2.0
#r "nuget: BitBadger.Documents.Common, 4.2.0"
#:package BitBadger.Documents.Common@4.2.0
#addin nuget:?package=BitBadger.Documents.Common&version=4.2.0Install as a Cake Addin
#tool nuget:?package=BitBadger.Documents.Common&version=4.2.0Install as a Cake Tool
This package provides common definitions and functionality for BitBadger.Documents implementations. These libraries provide a document storage view over relational databases, while also providing convenience functions for relational usage as well. This enables a hybrid approach to data storage, allowing the user to use documents where they make sense, while streamlining traditional ADO.NET functionality where relational data is required.
BitBadger.Documents.Postgres (NuGet) provides a PostgreSQL implementation.BitBadger.Documents.Sqlite (NuGet) provides a SQLite implementationPipeWriterTask-based async for all data access functionsInstall the library of your choice and follow its README; also, the project site has complete documentation.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on BitBadger.Documents.Common:
| Package | Downloads |
|---|---|
|
BitBadger.Documents.Postgres
Use PostgreSQL as a document database |
|
|
BitBadger.Documents.Sqlite
Use SQLite as a document database |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.2.0 | 165 | 12/30/2025 |
| 4.1.0 | 249 | 4/19/2025 |
| 4.0.1 | 228 | 12/30/2024 |
| 4.0.0 | 214 | 12/18/2024 |
| 4.0.0-rc5 | 261 | 9/18/2024 |
| 4.0.0-rc4 | 255 | 9/17/2024 |
| 4.0.0-rc3 | 270 | 8/23/2024 |
| 4.0.0-rc2 | 278 | 8/22/2024 |
| 4.0.0-rc1 | 267 | 8/19/2024 |
| 3.1.0 | 338 | 6/6/2024 |
| 3.0.0 | 303 | 4/21/2024 |
| 3.0.0-rc-2 | 385 | 1/24/2024 |
| 3.0.0-rc-1 | 284 | 12/31/2023 |
Add .NET 10 support; update dependencies, supported PostgreSQL versions