NPoco
ORM library
A simple micro ORM (Object-Relational Mapping) library for C#
Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
848 stars
100 watching
302 forks
Language: C#
last commit: 10 months ago
Linked from 4 awesome lists
c-sharpdatabasemicro-ormnpocopetapoco
Related projects:
Repository | Description | Stars |
---|---|---|
collaboratingplatypus/petapoco | A lightweight, fast micro-ORM (Object-Relational Mapping) tool for .NET, enabling simple interaction with various databases. | 2,068 |
jysperm/mabolo | An Object-Relational Mapping (ORM) tool for MongoDB | 25 |
fukamachi/mito | An object-relational mapper for Common Lisp with support for multiple databases and features like migrations and relationships. | 293 |
silverqx/tinyorm | A modern C++ ORM library providing a simple interface to interact with databases. | 242 |
seppo0010/ohmoc | A persistence and query library for Objective-C, enabling easy management of data in iOS and OS X applications. | 7 |
krozark/cpp-orm | A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases. | 7 |
meltingice/node-activerecord | An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. | 58 |
kostaskougios/mapperdao | An ORM library that maps domain objects to relational databases using a transactional and connection pool management framework. | 14 |
chrismccord/atlas | An object-relational mapper for Elixir, providing a repository pattern-based interface to interact with databases. | 214 |
moigagoo/norm | An object-driven ORM library for interacting with relational databases using Nim programming language. | 384 |
fransbouma/massive | A lightweight, dynamic MicroORM for .NET that simplifies database interactions. | 1,799 |
turnersoftware/mongoframework | An Entity Framework-like interface for MongoDB that simplifies the process of mapping and interacting with MongoDB data. | 392 |
kitura/swift-kuery-orm | An ORM library built on top of Swift-Kuery for mapping Swift objects to relational databases | 212 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |