A library to read and write the LBRY Database in Java.
Find a file
Ben van Hartingsveldt 1bfdc90ec1
Avoid OpenJDK bug
2024-10-05 16:25:57 +02:00
.github/workflows Update Java version 2024-09-11 21:56:03 +02:00
src Avoid OpenJDK bug 2024-10-05 16:25:57 +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 Avoid OpenJDK bug 2024-10-05 16:25:57 +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