Dapper is an object–relational mapping (ORM) product for the Microsoft .NET platform.
Read moreTag: ORM
Entity Framework Core – modern object-database mapper for .NET
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Read moreNHibernate – mature, open source object-relational mapper for the .NET framework
NHibernate is a mature object-relational mapper for the .NET framework.
Read moreVenflow – fast and lightweight ORM for PostgreSQL
Venflow is an ORM, written from the ground up to try and provide an alternative to EF-Core and many other ORMs.
Read moreRepoDB – hybrid ORM library for .NET
RepoDB is an open-source .NET ORM library that bridges the gaps of micro-ORMs and full-ORMs.
Read moreBookshelf – ORM for Node.js, built on the Knex SQL query builder
Bookshelf is a JavaScript ORM for Node.js, built on the Knex SQL query builder. It is designed to work with PostgreSQL, MySQL, and SQLite3.
Read moreWaterline – adapter-based ORM for Node.js
Waterline is an adapter-based ORM for Node.js offering a uniform API for accessing databases, protocols, and 3rd party APIs.
Read moreObjection.js – ORM for Node.js
Objection.js is an ORM for Node.js that aims to stay out of your way and make it as easy as possible.
Read moreSequelize – promise-based Node.js ORM
Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server.
Read moreSQLAlchemy – Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
Read morePeewee – small and simple ORM
Peewee is a simple and small Object Relational Mapper. It has few (but expressive) concepts, making it easy to learn and intuitive to use.
Read morePony – advanced object-relational mapper
Pony is an advanced object-relational mapper. It is an easy-to-learn and easy-to-use library.
Read moreSQLObject – Object Relational Manager
SQLObject is a popular Object Relational Manager for providing an object interface to your database, with tables as classes, rows as instances, and columns as attributes.
Read moreTortoise ORM – easy-to-use asyncio Object Relational Mapper
Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django.
Read moreStorm – Object Relational Mapper
Storm is an object-relational mapper (ORM) for Python.
Read more