Info
Version: | 0.1.0 |
Author(s): | Michael Azarkevich |
Last Update: | Friday, January 18, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MichaelAz/TINA-ORM |
NuGet Url: | https://www.nuget.org/packages/TINA-ORM-MYSQL |
Install
Install-Package TINA-ORM-MYSQL
dotnet add package TINA-ORM-MYSQL
paket add TINA-ORM-MYSQL
TINA-ORM-MYSQL Download (Unzip the "nupkg" after downloading)
Dependencies
- TINA-ORM(0.3.0)
- MySql.Data(6.5.4)
TINA-ORM (This Is Not An ORM) is a NoSQL-ish interface to SQL databases (Including Microsoft SQL Server and MySQL) inspired by RavenDB.
Tina works with POCOs (Plain Old CLR Objects).
That means no custom attributes, no enforced conventions and zero ceremony. Batteries and a coupon for a free hug included.