SQLite database structure and initialisation

This commit is contained in:
Jack Grigg
2019-03-09 02:16:00 +00:00
parent 99aef05318
commit bee4d6a92b
7 changed files with 530 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ members = [
"librustzcash",
"pairing",
"zcash_client_backend",
"zcash_client_sqlite",
"zcash_primitives",
"zcash_proofs",
]