Skip to content

A minimal Java client for rqlite, useful on its own or as a foundation for higher-level packages

License

Notifications You must be signed in to change notification settings

rqlite/rqlite-java-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rqlite-java-http

A minimal Java client for rqlite, useful on its own or as a foundation for higher-level packages

This library offers support for:

  • Executing SQL statements (INSERT, UPDATE, DELETE)
  • Running queries (SELECT)
  • Handling both read and write statements in a single request via the Unified Endpoint.
  • Backing up and restoring data to your rqlite system
  • Booting a rqlite node from a SQLite database file
  • Checking node status, diagnostic info, cluster membership, and readiness

To see the client in action start a rqlite node reachable at http://localhost:4001 and run:

mvn compile
mvn exec:java

About

A minimal Java client for rqlite, useful on its own or as a foundation for higher-level packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages