# sqliface **Repository Path**: mirrors_NYTimes/sqliface ## Basic Information - **Project Name**: sqliface - **Description**: handy interfaces and test implementations for Go's database/sql package - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqliface [![GoDoc](https://godoc.org/github.com/NYTimes/sqliface?status.svg)](https://godoc.org/github.com/NYTimes/sqliface) [![Build Status](https://travis-ci.org/NYTimes/sqliface.svg?branch=master)](https://travis-ci.org/NYTimes/sqliface) `sqliface` is a package for the Go programming language that contains a set of interfaces and implementations that help make code utilizing `database/sql` more testable. This package has only been tested with a MySQL database. Pull Requests for utilizing other databases' custom types are appreciated (i.e. `mysql.NullTime`). For documentation check out the [GoDoc](https://godoc.org/github.com/NYtimes/sqliface) page. ## Examples Check out the [examples](examples/) directory for examples on how to use this package.