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

https://github.com/coreos/sqlbuilder

a SQL query composition library for Go
https://github.com/coreos/sqlbuilder

Last synced: 5 months ago
JSON representation

a SQL query composition library for Go

Awesome Lists containing this project

README

          

# sqlbuilder

[![GoDoc](https://godoc.org/github.com/coreos/sqlbuilder?status.svg)](https://godoc.org/github.com/coreos/sqlbuilder)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22Revised_BSD_License.22.2C_.22New_BSD_License.22.2C_or_.22Modified_BSD_License.22.29)
[![Build Status](https://api.travis-ci.org/coreos/sqlbuilder.svg?branch=master)](https://travis-ci.org/coreos/sqlbuilder)

A library for composing SQL queries that supports multiple database dialects.
This library is originally forked from a package in [godropbox](https://github.com/dropbox/godropbox) and contains lots of non-idiomatic code.

**WARNING**: This is alpha software and is undergoing development that will likely break the API.

## Supported dialects:

- MySQL
- PostgreSQL
- SQLite