Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ORM for SQL Server on Node.js

Tags:

I'm on the look for an ORM mapper for SQL Server on Node.js. Long story short, we have a SQL Server running and now we want to use node.js to build web services pulling data from the database.

Do you know any ORM that supports SQL Server on Node.js?

I know that there is this tedious which can help connect to SQL Server but it does not have ORM.

Thanks

like image 839
L N Avatar asked Mar 19 '13 23:03

L N


People also ask

Which library used ORM in node JS?

Mongoose. If you plan on using MongoDB as your database, then Mongoose is likely going to be your ORM of choice. It's currently the most popular ORM library in the Node. js world.

Is there any ORM in node JS?

TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8).

Is Sequelize an ORM?

Sequelize is an easy-to-use and promise-based Node. js ORM tool for Postgres, MySQL, MariaDB, SQLite, DB2, Microsoft SQL Server, and Snowflake.


Video Answer


1 Answers

According to sequelize's documentation, orm support for sql-server is available in version 2.0 (released on Feb. 10, 2015, previously added on Dec. 22, 2014's release candidate).

like image 108
alesscor Avatar answered Oct 15 '22 09:10

alesscor