Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomwright/qry

SQL builder and repository for SQL query generation and execution. Use generics to automatically map data into your models.
https://github.com/tomwright/qry

go golang mysql repo repos sql sql-bui sql-builders

Last synced: 19 days ago
JSON representation

SQL builder and repository for SQL query generation and execution. Use generics to automatically map data into your models.

Awesome Lists containing this project

README

        

# qry

[![Go Report Card](https://goreportcard.com/badge/github.com/TomWright/qry)](https://goreportcard.com/report/github.com/TomWright/qry)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/tomwright/qry)](https://pkg.go.dev/github.com/tomwright/qry)
![Test](https://github.com/TomWright/qry/workflows/Test/badge.svg)
[![codecov](https://codecov.io/gh/TomWright/qry/branch/master/graph/badge.svg)](https://codecov.io/gh/TomWright/qry)
![GitHub License](https://img.shields.io/github/license/TomWright/qry)
[![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/TomWright/qry?label=latest%20release)](https://github.com/TomWright/qry/releases/latest)

SQL builder and repository for SQL query generation and execution.

Scan and pass arguments manually or use generics to automatically map data into your models.

Please note that qry is in active development and API changes are possible, although effort will be put into keeping the API stable.

## Table of contents
* [Qry](#qry)
* [Table of contents](#table-of-contents)
* [Quickstart](#quickstart)

## Quickstart

Installation with go modules is simple.

```bash
go get github.com/TomWright/qry
```

## Stargazers over time

[![Stargazers over time](https://starchart.cc/TomWright/qry.svg)](https://starchart.cc/TomWright/qry)