/groundwork

A set of very minimal database libraries to get going in Go.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Tests Go Reference

Groundwork

Groundwork is a set of very minimal database libraries to get going in Go.

Groundwork works (at least) with SQLite, PostgreSQL and MySQL.

Install

go get github.com/lukasdietrich/groundwork

Packages

noorm

The noorm package provides convenient mapping helpers for sql databases. Queries are still plain sql. Noorm is not an orm.

migration

The migration package provides simple database schema migrations. Migrations are defined in plain sql.