qry
Query library
A tool to store and generate reusable SQL queries in a structured format
Write your SQL queries in raw files with all benefits of modern IDEs, use them in an easy way inside your application with all the profit of compile time constants
35 stars
3 watching
7 forks
Language: Go
last commit: 9 months ago
Linked from 2 awesome lists
gogolangsql
Related projects:
Repository | Description | Stars |
---|---|---|
didi/gendry | A Go library for building and parameterizing SQL queries in a flexible and reusable way. | 1,621 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
aldy505/bob | An SQL query builder for Go that provides a structured way to create and execute SQL queries. | 17 |
hashicorp/mql | A query language for database models in Go that generates parameterized SQL without exposing the application to SQL injection. | 44 |
hardbyte/qabot | A CLI-based tool that allows users to query local or remote files with natural language queries using an LLM and a database engine. | 238 |
twharmon/gosql | A query builder library for Go that simplifies the creation and manipulation of SQL databases. | 32 |
qustavo/dotsql | A library that allows you to store and execute SQL queries in a structured way | 740 |
sake92/squery | A library that provides a simple and flexible way to execute SQL queries in Scala 3 using JDBC drivers. | 17 |
lydiandy/vsql | A tool for building SQL queries programmatically | 46 |
xujiajun/godbal | A Go library for building and executing SQL queries with a focus on simplicity and ease of use. | 59 |
vingarcia/ksql | A simple and powerful Go library for interacting with SQL databases. | 320 |
lqs/sqlingo | A lightweight DSL and ORM for generating and executing SQL queries in Go | 409 |
sonh/qs | A Go package for encoding data structures into URL query parameters. | 76 |
go-the-way/sg | A Go library for generating standard SQL queries | 6 |
a8m/rql | A resource query language for REST APIs | 343 |