Base2art.DataStorage.Interface
1.0.0.3
dotnet add package Base2art.DataStorage.Interface --version 1.0.0.3
NuGet\Install-Package Base2art.DataStorage.Interface -Version 1.0.0.3
<PackageReference Include="Base2art.DataStorage.Interface" Version="1.0.0.3" />
paket add Base2art.DataStorage.Interface --version 1.0.0.3
#r "nuget: Base2art.DataStorage.Interface, 1.0.0.3"
// Install Base2art.DataStorage.Interface as a Cake Addin #addin nuget:?package=Base2art.DataStorage.Interface&version=1.0.0.3 // Install Base2art.DataStorage.Interface as a Cake Tool #tool nuget:?package=Base2art.DataStorage.Interface&version=1.0.0.3
An Api abstraction for sql generation and data storage. Currently Supports [InMemory, MySql, SqlServer, SqlServerCe]; you can write c# and it generates language specific sql.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Base2art.DataStorage.Interface:
Package | Downloads |
---|---|
Base2art.GatedQueue.DataStorage
An Api pushing messages to a queue and popping them off the queue to process. Currently supports retry logic and timing out stale messages. |
|
Base2art.DataStorage.Provided.Odbc
A Base Package required for building and running a dmbs with data storage. Core Notes ---------- An Api abstraction for sql generation and data storage. Currently Supports [InMemory, MySql, SqlServer, SqlServerCe]; you can write c# and it generates language specific sql. |
|
Base2art.DataStorage.Provided
A Base Package required for building and running a dmbs with data storage. Core Notes ---------- An Api abstraction for sql generation and data storage. Currently Supports [InMemory, MySql, SqlServer, SqlServerCe]; you can write c# and it generates language specific sql. |
|
Base2art.DataStorage.Provided.MySql
A Package for running sql like commands against MySql with the data storage-api... |
|
Base2art.DataStorage.Provided.SqlCe
A Package for running sql like commands against Sql Compact Edition with the data storage-api... |
GitHub repositories
This package is not used by any popular GitHub repositories.