A library to read and write the LBRY Database in Java.
Find a file
Ben van Hartingsveldt d8d31773d6
Add JUnit
2024-09-11 21:21:30 +02:00
.github/workflows Add workflow 2024-09-11 20:38:24 +02:00
src/main/java/com/lbry/database Add classes 2024-09-11 21:15:18 +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 JUnit 2024-09-11 21:21:30 +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