Skip to content

WebCommTech/rqlite-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rqlite-jdbc

markdown

This is a Java Database Connectivity client library for rqlite. rqlite is a lightweight, distributed relational database, which uses SQLite as its storage engine. Significant development and testing remains, and pull requests are welcome.

Quick start

		<!-- https://mvnrepository.com/artifact/com.zsoltfabok/sqlite-dialect -->
		<dependency>
			<groupId>com.zsoltfabok</groupId>
			<artifactId>sqlite-dialect</artifactId>
			<version>1.0</version>
		</dependency>

		<dependency>
 			<groupId>com.rqlite</groupId>
 			<artifactId>rqlite-java</artifactId>
			<version>1.0.0</version>
 		</dependency>
 		
		<dependency>
			<groupId>com.webcomm</groupId>
			<artifactId>com.webcomm.rqlite.jdbc</artifactId>
			<version>1.0.0</version>
 		</dependency>

About

Java jdbc for rqlite, the lightweight distributed relational database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages