Nerdmaster / magicsql

Wrappers for common DB operations in Go (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magicsql

magicsql wraps database/sql types and functions in a way that can simplify certain operations.

This is still a work in progress and I don't claim this package will be most people's preferred approach.

Versions

This project will follow the Semantic Versioning specification, v2.0.0, and all tags will be prefixed with "v" to allow gb to pull this package as an unvendored dependency.

Example

See the go documentation for API information and examples.

Or view the runnable example files directly:

LICENSE

This is licensed under CC0, a very permissive public domain license

About

Wrappers for common DB operations in Go (golang)

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 99.7%Language:Makefile 0.3%