mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2024-11-20 11:27:17 -05:00
Add Knex to Query builder
This commit is contained in:
parent
d7146b10f0
commit
9effcbcab8
1 changed files with 2 additions and 0 deletions
|
@ -261,6 +261,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
|
|||
- ODM / ORM
|
||||
- [Mongoose](http://mongoosejs.com/) - Elegant MongoDB object modeling for Node.js.
|
||||
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.
|
||||
- Query builder
|
||||
- [Knex](http://knexjs.org/) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
|
||||
|
||||
|
||||
### Testing
|
||||
|
|
Loading…
Reference in a new issue