rqlite is a lightweight, user-friendly, open-source, distributed relational database. It’s written in Go and uses SQLite as its storage engine. Thanks to Jesus Zazueta there is a new JDBC driver for rqlite. Specifically it's a Type 4 driver, which means it communicates directly with the rqlite node using its HTTP API. Be sure to check out the repo on GitHub.