Skip to content

sqlstruct provides some convenience functions for using structs with go's database/sql package

License

Notifications You must be signed in to change notification settings

ByteSizedMarius/sqlp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlp is a custom orm for Go that uses reflection to map structs to database tables. Heavy work in progress. Breaking changes every week. No tests. No documentation. No optimization (20-30% slower than native). No guarantees. Do not use.

sql+

Go Reference

sql+ provides some convenience functions for using structs with go's database/sql package

it is fully based on kisielks package. I am using it for experimenting with orm-concepts and am using it for some private projects. Simple stuff, no external dependencies.

About

sqlstruct provides some convenience functions for using structs with go's database/sql package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%