Skip to content

Simple database CRUD operation API with dynamic row scanning for Go.

License

Notifications You must be signed in to change notification settings

aranggitoar/go-simple-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Simple CRUD

DON'T USE THIS, WIP.

Dev Notes

  • Escape everything that might come out as an error from the database.
  • Create tests to cover all of those instances, as yesterday it's not known that json.Unmarshall cannot accept \\n or \\r and doesn't automatically escape characters such as double quotes.

About

Simple database CRUD operation API with dynamic row scanning for Go.

Topics

Resources

License

Stars

Watchers

Forks

Languages