Fast DB-independent DAL for .NET Core: abstract queries, SQL commands builder, schema-less data access, POCO mapping (micro-ORM).
Principalele funcționalități ale nreco/data sunt: Object Relational Mapping.
Alternativele open-source pentru nreco/data includ: greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… ahoo-wang/smartsql — SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository… albrow/zoom. aspnet/entityframework — EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows.… astaxie/beego. abrahambotros/lore.
greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo
SmartSql = MyBatis in C# .NET Core+ Cache(Memory | Redis) R/W Splitting PropertyChangedTrack +Dynamic Repository InvokeSync Diagnostics