beedb
beedb copied to clipboard
Support Transactions
I didn't see a way to get beedb to use a transaction. I'm not sure what the right interface would be, but is it something you are thinking of?
beedb now don't support transaction. If you want to use transaction please see http://golang.org/pkg/database/sql/#Tx
+1 for transaction support
Since no ORM matched my needs in terms of API, transaction support and testability I wrote one: https://github.com/eaigner/hood
So cool, Recently I will rewrite beedb.
In the new version i will support transaction, i will use interface
The only thing that put me off hood is custom data types (I don't mind time.Time), I just like to keep things simple!
I actually don't mind using PgAdmin to set up tables!