mql
Query language
A query language for database models in Go that generates parameterized SQL without exposing the application to SQL injection.
Model Query Language (mql) is a query language for your database models.
44 stars
10 watching
6 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
francoliberali/cql | A query language designed to simplify and improve the way objects are queried from databases. | 17 |
statebox/cql | A Haskell implementation of a functional query language that allows declarative specification and analysis of data transformations | 163 |
a8m/rql | A resource query language for REST APIs | 343 |
erezsh/preql | An interpreted relational query language that compiles to SQL, providing an alternative to traditional SQL programming. | 613 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
vingarcia/ksql | A simple and powerful Go library for interacting with SQL databases. | 320 |
go-rel/rel | A modern ORM layer for Golang | 770 |
endgameinc/eql | An analytics query language for Elasticsearch that enables querying and analyzing data in real-time | 219 |
hnh/qry | A tool to store and generate reusable SQL queries in a structured format | 35 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
cube2222/jql | A JSON query processor with a custom syntax that simplifies complex queries by breaking them down into step-by-step operations. | 896 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
rocketlaunchr/dbq | A Go library providing a convenient and lightweight way to perform database operations without boilerplate code. | 405 |