⚠ Deprecated: Legacy
PersistanceMap is a small, extremely lightweight and intuitive ORM Framework for .NET. It uses a Fluent API to define Queries that translate to SQL. The Queries are executed against a RDBMS using ADO.NET. The resulting data is automaticaly mapped into Dataobjects/POCO's. The synthax is simple and easy to use and resemles the SQL or LINQ synthax. PersistanceMap is extremely lightweight and leaves no traces in the client code. The current versions only support MSSql Servers.
$ dotnet add package PersistanceMap.SqliteNo README available.