Hacker News new | ask | show | jobs
by rb2k_ 4398 days ago
How would one communicate with this DB?

I'd love to see some API examples.

2 comments

Also benchmarks comparing it to RethinkDb, Mongodb, and sql examples (supposedly this is NewSQL, how much SQL does it even support?) These questions are important
Here's the transactional key/value store API: http://godoc.org/github.com/cockroachdb/cockroach/kv

And an RDBMS-like layer on top of it: http://godoc.org/github.com/cockroachdb/cockroach/structured