From 4c580136e202e9bbe10c68cb21f5fec8a857432d Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Thu, 10 Mar 2016 08:52:20 +0700 Subject: [PATCH] Adding xo to Database section of README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4080a77..7491e6c2 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs. * [sqrl](https://github.com/elgris/sqrl) - SQL query builder, fork of Squirrel with improved performance. * [Squirrel](https://github.com/Masterminds/squirrel) - Go library that helps you build SQL queries. +* [xo](https://github.com/knq/xo) - Generate idiomatic Go code for databases based on existing schema definitions or custom queries supporting PostgreSQL, MySQL, SQLite, Oracle, and Microsoft SQL Server. ## Database Drivers