Hacker News new | ask | show | jobs
by mmalek06 2311 days ago
OctoSQL looks very nice and I’ll check it out soon. Do you have Scala bindings for it?
2 comments

No, though people have contributed R and Python bindings already. So one may hope :) though Go is fairly unfriendly to binding from other languages (because of the runtime overhead).

We ourselves mainly work on the command line interface and concentrate on it.

Ah, I get it - it’s an uber ORM!
Nah, really just a command line sql query tool. Though could probably be used as an uber orm.