⚠ Deprecated: Legacy
PersistenceMap is a small, extremely lightweight and intuitive code fist, convention based Micro ORM Framework for .NET. It uses a Fluent API to define Queries that translate to SQL. The SQL is executed against the RDBMS using ADO.NET and the result is automaticaly mapped to Typed POCO's. The simple, straight forward, intuitive and easy to use API helps to quickly setup a connction to a Database. PersistenceMap is extremely lightweight and leaves no traces in the client code.
$ dotnet add package PersistenceMap.SqliteNo README available.