defql
Query library
A library providing a simple, high-level interface to interact with SQL databases using Elixir functions as the query language.
Create elixir functions with SQL as a body.
103 stars
5 watching
3 forks
Language: Elixir
last commit: over 6 years ago
Linked from 1 awesome list
databaseectoelixirsql
Related projects:
Repository | Description | Stars |
---|---|---|
robconery/moebius | A functional query tool that provides a PostgreSQL interface while maintaining Elixir's functional nature and minimal abstraction | 602 |
s-m-i-t-a/database_url | A module to parse and normalize database URLs for use in Elixir applications. | 9 |
rdf-elixir/sparql-ex | An implementation of the SPARQL query language for Elixir to execute queries against RDF data structures | 38 |
shhavel/uri_query | A utility library for encoding and parsing URI query parameters in Elixir. | 13 |
sabiwara/aja | An Elixir standard library extension focused on efficient data structures and manipulation | 198 |
omohokcoj/filterable | Provides a DSL for building dynamic queries with minimal configuration and easy to use filter functions | 106 |
bettyblocks/sql_dust | A tool to generate SQL queries using simple and intuitive syntax | 118 |
elixir-ecto/postgrex | A PostgreSQL driver for Elixir. | 1,116 |
checkiz/elixir-mongo | Provides an Elixir interface to the MongoDB NoSQL database service | 101 |
erezsh/preql | An interpreted relational query language that compiles to SQL, providing an alternative to traditional SQL programming. | 613 |
sake92/squery | A library that provides a simple and flexible way to execute SQL queries in Scala 3 using JDBC drivers. | 17 |
rdf-elixir/sparql_client | A client for executing SPARQL queries and updates against various endpoints | 28 |
uesteibar/neuron | A GraphQL client for Elixir | 332 |
asonge/graphql | A tool that compiles GraphQL queries into native Elixir code, handling asynchronous requests and composing results. | 87 |
fukamachi/sxql | An SQL generator for Common Lisp that provides a simple and flexible way to create SQL queries. | 363 |