mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-09-09 03:09:39 +02:00
Add badges and info to readme files
This commit is contained in:
parent
5222c54536
commit
9efcae77de
3 changed files with 21 additions and 1 deletions
12
pgp-cert-d-java-jdbc-sqlite-lookup/README.md
Normal file
12
pgp-cert-d-java-jdbc-sqlite-lookup/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!--
|
||||
SPDX-FileCopyrightText: 2022 Paul Schaub <info@pgpainless.org>
|
||||
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
# SQLite backed Subkey-ID Lookup
|
||||
|
||||
[](https://javadoc.io/doc/org.pgpainless/pgp-cert-d-java-jdbc-sqlite-lookup)
|
||||
[](https://search.maven.org/artifact/org.pgpainless/pgp-cert-d-java-jdbc-sqlite-lookup)
|
||||
|
||||
Implementation of `pgp-certificate-store`'s `SubkeyLookup` class using an SQLite database accessed through `sqlite-jdbc`.
|
Loading…
Add table
Add a link
Reference in a new issue