Fs02/grimoire

View on GitHub
grimoire.go

Summary

Maintainability
A
0 mins
Test Coverage
// Package grimoire is a data access layer and validation for go.
//
// Grimoire is a database access layer inspired by Ecto's changeset system. It features flexible query API and builtin validation. It currently supports MySQL, PostgreSQL and SQLite3 but a custom adapter can be implemented easily using the Adapter interface.
package grimoire