go_datamapper
go_datamapper copied to clipboard
ActiveRecord like sqlite3 wrapper for Go
This is still very raw and I'm still learning Go.
The idea is to provide some sort of ActiveRecord like wrapper on top of the sqlite3 C API (mapped to go via cgo).
REQUIREMENTS:
- sqlite3.go (http://github.com/yyyc514/gosqlite3)