QMap is lightweight, simple, and easy extensible mapper. Represents itself set of extensions-methods, whos works up on IDbConnection.
QMap can be used for quering and editing tables in database and map them to objects.
- Easy to use API
- You can be use
LINQ
expressions for write easy to understand code. - Can write raw
SQL
queries if you want - Work with databases MSSQL, Postgres, SQLite
Fix that. QMap.Core and QMap.SqlBuilder APPis easy to extend or adding work with new database.
QMap.Core
- helps to build from scratch extensions for databse if database works from System.DataQMap.SqlBuilder
- helps to build/extendLINQ
toSQL
traslators if required targeting on feature of specificSQL
dialects,PL/pgSQL
for example.