objection.js

Database wrapper

An ORM that allows easy interaction with databases using a query builder

An SQL-friendly ORM for Node.js

GitHub

7k stars
78 watching
639 forks
Language: JavaScript
last commit: 14 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
feathersjs-ecosystem/feathers-objection An adapter for connecting Feathers.js applications to Objection.js, an ORM based on KnexJS. 98
sql-js/sql.js A JavaScript library that allows you to create and query relational databases entirely in the browser. 12,866
bookshelf/bookshelf A JavaScript library providing an object-relational mapper (ORM) for Node.js to interact with PostgreSQL, MySQL, and SQLite3 databases. 6,358
js-data/js-data-rethinkdb Provides an adapter to interact with RethinkDB databases using the JSData Node.js ORM. 32
balderdashy/waterline An adapter-based ORM for Node.js with support for various databases and protocols. 5,409
ljharb/qs A library for parsing and stringifying query strings with nested objects support 8,596
knex/knex A SQL query builder for multiple databases 19,456
jsqlparser/jsqlparser A tool for parsing and analyzing SQL statements into a hierarchical data structure. 5,443
sequelize/sequelize An ORM tool for various databases, providing features like transactions and relations to interact with databases using a promise-based interface. 29,662
dotnetnext/sqlsugar An ORM framework providing simple and high-performance data access for various databases 5,424
node-formidable/formidable A module for parsing multipart form data, especially file uploads in Node.js applications. 7,076
diesel-rs/diesel A safe and extensible way to interact with databases in Rust 12,879
mikro-orm/mikro-orm An ORM framework for TypeScript and Node.js that uses Data Mapper, Unit of Work, and Identity Map patterns to simplify database interactions 7,890
neumino/thinky A lightweight JavaScript ORM for RethinkDB, enabling easy data modeling and querying of NoSQL databases. 1,120
jasonshin/sqlx-ts Tool for compile-time checked queries with type generation 185