Symbiotic 2.6.0
dotnet add package Symbiotic --version 2.6.0
NuGet\Install-Package Symbiotic -Version 2.6.0
<PackageReference Include="Symbiotic" Version="2.6.0" />
<PackageVersion Include="Symbiotic" Version="2.6.0" />
<PackageReference Include="Symbiotic" />
paket add Symbiotic --version 2.6.0
#r "nuget: Symbiotic, 2.6.0"
#:package Symbiotic@2.6.0
#addin nuget:?package=Symbiotic&version=2.6.0
#tool nuget:?package=Symbiotic&version=2.6.0
The main goal of this library is the simplify data access for Object Oriented programmers. This library provides a simple way to perform CRUD operations. It is not expected to work for everyone or every application. Currently works with SQL Server.
I wanted something that would be simple to use, understand, and have very little impact on the code. With this library, you can have basic object CRUD working in less than three lines of code, and should require less than an hour to understand the library usage.
I also wanted something that could easily be integrated into an existing project.
The basic concept is that you add a few attributes to your objects which explains the mapping to a database results column/s. You can also implement IDatabaseDefineSupport to provide the mapping details.
There a two main objects used to work with the database. ObjectLoader and ObjectWriter.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|
23-Oct-2012
Added support for MySql databases. Please note there are some interface changes; so please expect to do some changes to support the new version. It should not be too difficult.
Added 3.5 and 4.0 versions of library.