Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 589 Bytes

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