List of object–relational mapping software: Difference between revisions

Content deleted Content added
 
(8 intermediate revisions by 6 users not shown)
Line 22:
==Node.js==
*[https://npm-compare.com/bookshelf Bookshelf], lightweight ORM tool for PostgreSQL, MySQL, and SQLite3
*[https://orange-orm.io/ Orange ORM] Typescript/Javascript ORM for PostgreSQL, MySQL, SQL Server, SQLite, Oracle and, SAP ASE and Cloudflare D1
*[https://www.prisma.io/ Prisma ORM] Typescript/Javascript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, CockroachDB, Planetscale, MariaDB
*[https://npm-compare.com/sequelize Sequelize], Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, DB2, Microsoft SQL Server, and Snowflake
*[https://npm-compare.com/typeorm Typeorm], Typescript/Javascript scalable ORM tool
*[https://npm-compare.com/@mikro-orm/core MikroORM], TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports PostgreSQL, MySQL, SQLite (including libSQL), MongoDB, and MariaDB.
 
==iOS==
Line 38:
*[[Language Integrated Query#LINQ to SQL|LINQ to SQL]], included in .NET Framework 3.5
*[[NHibernate]], open source
*[[nHydrate]], open source
*[[Quick Objects]], free or commercial
 
==Objective-C, Cocoa==
Line 77:
==Rust==
* [http://diesel.rs/ Diesel]
* [https://www.sea-ql.org/SeaORM/ SeaORM]
* [https://github.com/weldsorm/welds/ Welds]
 
==Smalltalk==