woodpecker/vendor/github.com/russross/meddler/doc.go
6543 75513575be
Use go's vendoring (#284)
* store dependency's in git

* since we vendor ... rm tech-depts

* aad make target 'vendor' to update vendor folder (manual task)
2021-08-30 19:14:04 +02:00

16 lines
533 B
Go

// Package Meddler is a small toolkit to take some of the tedium out of moving data
// back and forth between SQL queries and structs.
//
// It is not a complete ORM. It is intended to be lightweight way to add some
// of the convenience of an ORM while leaving more control in the hands of the
// programmer.
//
// Package docs are available at:
//
// http://godoc.org/github.com/russross/meddler
//
// The package is housed on GitHub, and the README there has more info:
//
// http://github.com/russross/meddler
package meddler