1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-16 17:21:08 +01:00

Implement lookup mechanism using sqlite

This commit is contained in:
Paul Schaub 2022-02-14 15:00:15 +01:00
parent c4898ed26a
commit 0e4cf1c166
12 changed files with 419 additions and 8 deletions

View file

@ -10,5 +10,6 @@ include 'pgpainless-core',
'pgpainless-cert-d',
'pgpainless-cert-d-cli',
'pgp-certificate-store',
'pgp-cert-d-java'
'pgp-cert-d-java',
'pgp-cert-d-java-jdbc-sqlite-lookup'