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
208 watching
2k forks
Language: JavaScript
last commit: 5 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,358 |
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 | 40,117 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
chartdb/chartdb | A web-based database diagramming editor that allows users to visualize and design their databases with a single query. | 10,938 |
join-monster/join-monster | Automates query planning and batch data fetching between GraphQL and SQL. | 2,685 |
apurebase/kgraphql | A Kotlin implementation of GraphQL schema setup using a rich DSL | 306 |
dosco/graphjin | A tool that allows developers to create APIs in minutes without writing database code | 2,937 |
sqlkata/querybuilder | A C# library for building complex SQL queries with support for multiple databases and a unified API | 3,142 |
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 |
gajus/slonik | A high-performance, type-safe PostgreSQL client with features like runtime validation and detailed logging. | 4,608 |
korma/korma | A Clojure library for generating and executing SQL queries in a concise and flexible way | 1,474 |
vincit/objection.js | An ORM that allows easy interaction with databases using a query builder | 7,284 |
apache/age | An extension to PostgreSQL that enables users to leverage a graph database on top of an existing relational database. | 3,191 |
go-jet/jet | A tool for efficiently writing and executing complex type-safe SQL queries in Go with automatic data mapping. | 2,741 |