# sqlbuilder **Repository Path**: mirrors_coreos/sqlbuilder ## Basic Information - **Project Name**: sqlbuilder - **Description**: a SQL query composition library for Go - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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