Using database/sql
Go in 5 Minutes, episode 13.
This screencast shows the basics of using the database/sql
package.
Screencast video:
https://goin5minutes.com/screencast/episode_13_using_database_sql/
Outline
- The basics of the package
- How to use it
- Example code
Build & Run Instructions
To build and run the code in this directory, ensure you have glide installed first. Then, run make bootstrap build run
to run the code.
Additional Resources
http://go-database-sql.org has excellent, detailed documentation on the database/sql
package. If you find the documentation on godoc.org lacking in some area, I encourage you to check out that site.