A library to read and write the LBRY Database in Java.
Find a file
Ben van Hartingsveldt 90ed8b23b0
Add Surefire plugin
2024-09-20 16:29:35 +02:00
.github/workflows Update Java version 2024-09-11 21:56:03 +02:00
src Add test for RevertibleOperationStack 2024-09-20 16:02:30 +02:00
.gitignore Initial commit 2024-09-11 20:36:01 +02:00
LICENSE.md Initial commit 2024-09-11 20:36:01 +02:00
pom.xml Add Surefire plugin 2024-09-20 16:29:35 +02:00
README.md Initial commit 2024-09-11 20:36:01 +02:00

LBRY Database (Java)

This library enables your project to read and write to the LBRY Database.

Status

Java CI with Maven codecov

Installation

<dependency>
	<groupId>org.lbry</groupId>
	<artifactId>lbry-database</artifactId>
</dependency>

Use

TODO