List of object–relational mapping software: Difference between revisions

Content deleted Content added
rm entries without wikipedia articles
Line 19:
*[[Apache OpenJPA|Kodo]], commercial implementation of both [[Java Data Objects]] and [[Java Persistence API]]
*[[TopLink]] by Oracle
 
== JavaScript ==
*[https://sequelize.org/master/index.html Sequelize] open source, promise-based Node.js ORM for [[PostgreSQL|Postgres]], [[MySQL]], [[MariaDB]], [[SQLite]] and [[Microsoft SQL Server]].
*[https://typeorm.io/ TypeORM] open source typed ORM
*[https://www.prisma.io/ Prisma] modern typed open source database toolkit for PostgreSQL, MySQL, SQL Server, SQLite and MongoDB (Preview).
*[https://knexjs.org/ Knex] "batteries included" '''SQL query builder''' for PostgreSQL, CockroachDB, MSSQL, MySQL, MariaDB, SQLite3, Better-SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promise interface for cleaner async flow control, a stream interface, full-featured query and schema builders, transaction support (with savepoints), connection pooling and standardized responses between different query clients and dialects.
 
==iOS==
Line 77 ⟶ 71:
==Smalltalk==
* [[TopLink|TOPLink/Smalltalk]], by Oracle, the Smalltalk predecessor of the Java version of TOPLink
 
==Delphi==
* [https://tmssoftware.com/site/aurelius.asp Aurelius] ORM framework for [[Delphi_(software)|Delphi]]
 
==See also==