Skip to content

matthewmueller/postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Postgres

Little Postgres wrapper that makes querying just a little bit easier.

Example

client, err := Postgres("postgres://localhost:5432/db?sslmode=disable")
rows, qerr := client.All("select name, genre from films where name = :name", map[string]interface{}{"name": "Inception"})

Install

go get github.com/matthewmueller/postgres

License

MIT

About

Little Postgres wrapper that makes querying just a little bit easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages