fa7df95d32
Load existing db.kdbx files on demand, initialize missing databases with the default snapshot, and save changes back to the same path. Also add keyFiles and header metadata fields to the snapshot types.
25 lines
327 B
Plaintext
25 lines
327 B
Plaintext
{
|
|
"header": {
|
|
"version": {
|
|
"major": 0,
|
|
"minor": 0
|
|
}
|
|
},
|
|
"groups": [
|
|
{
|
|
"name": "Racine",
|
|
"path": ""
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"title": "Entry",
|
|
"username": "",
|
|
"password": "",
|
|
"url": "",
|
|
"notes": "",
|
|
"groupPath": ""
|
|
}
|
|
],
|
|
"keyFiles": []
|
|
} |