Content deleted Content added
add ORM tool for node.js engne |
|||
(15 intermediate revisions by 9 users not shown) | |||
Line 21:
==Node.js==
*[https://npm-compare.com/
*[https://orange-orm.io/ Orange ORM] Typescript/Javascript ORM for PostgreSQL, MySQL, SQL Server, SQLite, Oracle, SAP ASE and Cloudflare D1
*[https://npm-compare.com/typeorm typeorm], scalable ORM tool▼
*[https://
*[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/@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 35 ⟶ 38:
*[[Language Integrated Query#LINQ to SQL|LINQ to SQL]], included in .NET Framework 3.5
*[[NHibernate]], open source
*
*
==Objective-C, Cocoa==
Line 48 ⟶ 51:
==PHP==
*[[Laravel]], framework that contains an ORM called "Eloquent" an ActiveRecord implementation.
*[[Doctrine (PHP)|Doctrine]], open source ORM for PHP
*[[CakePHP]], ORM and framework
*[[CodeIgniter]], framework that includes an ActiveRecord implementation
*[[Yii]], ORM and framework
*[[FuelPHP]], ORM and framework for PHP
*[[Laminas]], framework that includes a table data gateway and row data gateway implementations
*[[Qcodo]], ORM and framework
*[[Redbean (software)|Redbean]], ORM layer for PHP
▲*[[Redbean (software)|Redbean]], ORM layer for PHP 5, for creating and maintaining tables on the fly, open source, BSD
*[[Skipper (computer software)|Skipper]], visualization tool and a [[Automatic programming|code/schema generator]] for PHP [[O/R mapper|ORM frameworks]], commercial
Line 75 ⟶ 77:
==Rust==
* [http://diesel.rs/ Diesel]
* [https://www.sea-ql.org/SeaORM/ SeaORM]
* [https://github.com/weldsorm/welds/ Welds]
==Smalltalk==
|