mirror of
https://github.com/LBRYFoundation/lbry-database-java.git
synced 2025-08-23 09:27:22 +00:00
21 lines
No EOL
589 B
Markdown
21 lines
No EOL
589 B
Markdown
# LBRY Database (Java)
|
|
|
|
This library enables your project to read and write to the LBRY Database.
|
|
|
|
## Status
|
|
|
|
[](https://github.com/LBRYFoundation/lbry-database-java/actions/workflows/maven.yml)
|
|
[](https://codecov.io/gh/LBRYFoundation/lbry-database-java)
|
|
|
|
## Installation
|
|
|
|
```xml
|
|
<dependency>
|
|
<groupId>org.lbry</groupId>
|
|
<artifactId>lbry-database</artifactId>
|
|
</dependency>
|
|
```
|
|
|
|
## Use
|
|
|
|
TODO |