Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 01 Mar 2018 11:24:00 +0000 Organising database access in Go #db #sql #orms <div>I think the right answer depends on the project.</div><div><br></div><div>What's the overall structure and size of the project? What's your approach to testing? How is it likely to grow in the future? All these things and more should play a part when you pick an approach to take.</div><div><br></div><div>So in this post I'll take a look at four different methods for organising your code and structuring access to your database connection pool.</div> 11 points posted by kenny http://www.alexedwards.net/blog/organising-database-access 888 Sat, 11 Jun 2016 18:52:00 +0000 db - a simple ORM library for golang #orm The ORM library for golang, simple and developer friendly. Supported databases include MySQL, MariaDB, PostgreSQL, Sqlite3. 4 points posted by jackson https://github.com/zhgo/db 915 Tue, 28 Jun 2016 13:15:00 +0000