/schema_ensurer

Simple schema migration management for Go applications

Primary LanguageGoMIT LicenseMIT

Schema Ensurer

Build Status

Simple schema management in Go.

Usage

Please refer to the godoc documentation (http://godoc.org/github.com/modcloth-labs/schema_ensurer).

See test for examples.

Inquiries can be directed to: github+schema_ensurer@modcloth.com

Development

Requires SQLite3 header files to be present for testing.

Requires gosqlite package for testing (go get -v code.google.com/p/gosqlite/sqlite3)

Test via go test github.com/modcloth-labs/schema_ensurer.