sql
Query builder
A Clojure-based DSL for building SQL queries and statements.
A DSL in Clojure for SQL query, DML, and DDL. Supports a majority of MySQL's statements.
41 stars
9 watching
7 forks
Language: Clojure
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
r0man/sqlingvo | A Clojure DSL for building SQL queries using Lisp syntax | 210 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
fukamachi/sxql | An SQL generator for Common Lisp that provides a simple and flexible way to create SQL queries. | 363 |
swifql/swifql | A Swift framework for building type-safe, extensible SQL queries | 295 |
korma/korma | A Clojure library for generating and executing SQL queries in a concise and flexible way | 1,473 |
lqs/sqlingo | A lightweight DSL and ORM for generating and executing SQL queries in Go | 409 |
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,621 |
seancorfield/honeysql | A Clojure library that converts Clojure data structures into SQL | 1,769 |
cmungall/sparqlprog | A programming language and environment that compiles logic queries to SPARQL queries for querying RDF data | 47 |
sudo-suhas/elastic-builder | Provides a Node.js implementation of the Elasticsearch Query DSL | 511 |
stoewer/fluent-sparql | Provides a fluent API for creating and executing SPARQL queries | 0 |
thundr67/straf | A tool for converting Go structs into GraphQL objects and schemas on the fly | 38 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
sdqri/effdsl | A Go library for building Elasticsearch queries in a type-safe and procedural manner. | 26 |
walkable-server/walkable | A Clojure library for building APIs with a declarative, data-driven approach to query syntax and configuration. | 445 |