knex
Query builder
A SQL query builder for multiple databases
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
19k stars
209 watching
2k forks
Language: JavaScript
last commit: 3 months ago
Linked from 2 awesome lists
javascriptknexmysqlpostgresqlsqlsqlite3
Related projects:
Repository | Description | Stars |
---|---|---|
bookshelf/bookshelf | A JavaScript library providing an object-relational mapper (ORM) for Node.js to interact with PostgreSQL, MySQL, and SQLite3 databases. | 6,361 |
feathersjs-ecosystem/feathers-knex | Provides an adapter for using KnexJS with Feathers services to interact with databases. | 112 |
prisma/prisma | A toolkit for building databases and applications with a unified, type-safe query builder | 39,737 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
chartdb/chartdb | A web-based tool that allows users to visualize and design database schemas using a single query, with features for schema import, export, and editing. | 9,559 |
join-monster/join-monster | Automates query planning and batch data fetching between GraphQL and SQL. | 2,680 |
apurebase/kgraphql | A Kotlin implementation of GraphQL schema setup using a rich DSL | 305 |
dosco/graphjin | A tool that allows developers to create APIs in minutes without writing database code | 2,925 |
sqlkata/querybuilder | A C# library for building complex SQL queries with support for multiple databases and a unified API | 3,127 |
sequelize/sequelize | An ORM tool for various databases, providing features like transactions and relations to interact with databases using a promise-based interface. | 29,584 |
gajus/slonik | A high-performance, type-safe PostgreSQL client with features like runtime validation and detailed logging. | 4,590 |
korma/korma | A Clojure library for generating and executing SQL queries in a concise and flexible way | 1,473 |
vincit/objection.js | An ORM that allows easy interaction with databases using a query builder | 7,268 |
apache/age | An extension to PostgreSQL that enables users to leverage a graph database on top of an existing relational database. | 3,126 |
go-jet/jet | A tool for efficiently writing and executing complex type-safe SQL queries in Go with automatic data mapping. | 2,663 |