--- layout: article title: Related Reading and Resources --- Here are some external sources of information we've found to be helpful. * [http://golang.org/pkg/database/sql/](http://golang.org/pkg/database/sql/) * [http://jmoiron.net/blog/gos-database-sql/](http://jmoiron.net/blog/gos-database-sql/) * [http://jmoiron.net/blog/built-in-interfaces/](http://jmoiron.net/blog/built-in-interfaces/) * The VividCortex blog, e.g. [transparent encryption](https://vividcortex.com/blog/2014/11/11/encrypting-data-in-mysql-with-go/) * Overview of SQL Drivers from [golang github](https://github.com/golang/go/wiki/SQLDrivers) We hope you've found this website to be helpful. If you have any suggestions for improvements, please send pull requests or open an issue report at [https://github.com/VividCortex/go-database-sql-tutorial](https://github.com/VividCortex/go-database-sql-tutorial). **Previous: [Surprises, Antipatterns and Limitations](surprises.html)**