honeysql
SQL generator
A Clojure library that converts Clojure data structures into SQL
Turn Clojure data structures into SQL
2k stars
34 watching
174 forks
Language: Clojure
last commit: 9 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
seancorfield/next-jdbc | A low-level Clojure wrapper for JDBC-based access to databases with improved performance and simplicity. | 773 |
sunary/sqlize | A tool for parsing and generating SQL code from Go structs. | 101 |
r0man/sqlingvo | A Clojure DSL for building SQL queries using Lisp syntax | 210 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
stch-library/sql | A Clojure-based DSL for building SQL queries and statements. | 41 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 82 |
swirrl/table2qb | Automates conversion of tabular data into standards-compliant RDF data cubes | 14 |
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
korma/korma | A Clojure library for generating and executing SQL queries in a concise and flexible way | 1,473 |
sudograph/sudograph | Generates a GraphQL database for the Internet Computer from a schema definition | 221 |
walterwanderley/sqlc-grpc | A Go-based gRPC and HTTP/JSON server generator from sqlc queries | 132 |
district0x/graphql-query | A library for generating GraphQL query strings from Clojure data structures. | 71 |
nelson-ai/semantic-graphql | A tool for generating GraphQL schemas from RDF ontologies | 28 |
funcool/clojure.jdbc | A Clojure library that simplifies the interaction with relational databases using JDBC. | 105 |