Build a Go App with upper/db and CockroachDB
What's this blog post about?
This blog post introduces upper/db, a data access layer written in Go with ORM-like features. It is now compatible with CockroachDB and has an adapter available for use. The author provides an example of how to connect to a local insecure node using the cockroachdb adapter. Transactions are also discussed, highlighting upper/db's client-side retry handling logic. A Hello World example demonstrates building a Go app with CockroachDB and upper/db.
Company
Cockroach Labs
Date published
Sept. 29, 2020
Author(s)
José Nieto
Word count
354
Hacker News points
None found.
Language
English