sequoia
Query builder
An OCaml-based type-safe query builder with syntax tree extension for composing and executing complex queries on relational data sources.
OCaml type-safe query builder with syntax tree extension
123 stars
8 watching
16 forks
Language: OCaml
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
artemeff/eql | An Erlang library that simplifies the use of SQL queries in Erlang applications | 116 |
nkallen/arel | A framework for building relational algebra in Ruby to simplify and standardize SQL queries across various databases. | 268 |
roddyyaga/ppx_rapper | A syntax extension for writing SQL queries in OCaml with type inference and syntax checking. | 137 |
nullism/bqb | A lightweight query builder library for generating SQL queries with parameterized placeholders. | 152 |
omohokcoj/filterable | Provides a DSL for building dynamic queries with minimal configuration and easy to use filter functions | 106 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
lydiandy/vsql | A tool for building SQL queries programmatically | 46 |
cmungall/sparqlprog | A programming language and environment that compiles logic queries to SPARQL queries for querying RDF data | 47 |
mihaelisaev/fluentquery | A Swift query builder for Vapor 3 that simplifies the creation of raw SQL queries using key paths. | 149 |
sdqri/effdsl | A Go library for building Elasticsearch queries in a type-safe and procedural manner. | 26 |
swifql/swifql | A Swift framework for building type-safe, extensible SQL queries | 295 |