Skip to content

An SQL database wrapper that uses structured query structs, written in Go

License

Notifications You must be signed in to change notification settings

gamenotifier/qdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qdb

qdb is an SQL database wrapper that uses query structs for interacting with the underlying database. Any errors that a query produces are wrapped with the specific SQL query and arguments, making inspection and debugging easier.

Testing

qdb allows you to mock a database that responds to named queries with specific values. See the mockdb pacakge.

About

An SQL database wrapper that uses structured query structs, written in Go

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages