BryantBrothers.ProtoDB
0.2.5
Allows rapid development of an application by removing the need to create/setup the Database. Just create POCO classes and save them to a named database. Once your application is working you can swap out for a fully fledged database or just use it to create prototype or throw-away applications.
Install-Package BryantBrothers.ProtoDB -Version 0.2.5
dotnet add package BryantBrothers.ProtoDB --version 0.2.5
<PackageReference Include="BryantBrothers.ProtoDB" Version="0.2.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BryantBrothers.ProtoDB --version 0.2.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BryantBrothers.ProtoDB, 0.2.5"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added Query<> method and GetAll<> methods. Fixed SQL generation in ProtoServer.GenerateSql() and added primary key support.
Dependencies
-
- Newtonsoft.Json (>= 9.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.