▲ 5 ▼ dbq - Zero boilerplate database operations for Go (MySQL and PostgreSQL) github.com godoc.org goreportcard.com posted by pj 1946 days ago ▲ zheng qi 1925 days ago ▼ NICE Contributing ▲ unixsheikh 1943 days ago ▼ I don't like this added abstraction. Contributing ▲ JTorvald 1946 days ago ▼ Nice but isn't this exactly what sqlx is doing? Contributing ▲ propersam 1945 days ago ▼ I think dbq has more features... like batch insert into sql databases.. ..and the lines of codes needed to get things done is highly reduced in dbq compared to sqlx.. Contributing ▲ kenny 1946 days ago ▼ I think it's nice to have a few different options in each space. Haven't looked at this yet but happy to see more ORM options for Go. Contributing Register to comment or vote on this story
NICE
I don't like this added abstraction.
Nice but isn't this exactly what sqlx is doing?
I think dbq has more features...
like batch insert into sql databases..
..and the lines of codes needed to get things done is highly reduced in dbq compared to sqlx..
I think it's nice to have a few different options in each space. Haven't looked at this yet but happy to see more ORM options for Go.