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.
45 stars
9 watching
8 forks
Language: Go
last commit: about 1 month 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. | 617 |
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. | 91 |
vingarcia/ksql | A simple and powerful Go library for interacting with SQL databases. | 324 |
go-rel/rel | A modern ORM layer for Golang | 772 |
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. | 895 |
arthurkushman/buildsqlx | A Go library for building database queries with support for various query patterns and features | 172 |
aldy505/bob | A Go library for constructing and building SQL queries in a type-safe manner. | 17 |
rocketlaunchr/dbq | A Go library providing a convenient and lightweight way to perform database operations without boilerplate code. | 406 |