Skip to content

Commit 04a42b2

Browse files
committed
added documentation for sqlite database as wallet storage
Signed-off-by: Christian <[email protected]>
1 parent 2960c51 commit 04a42b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Databases.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Databases
2+
3+
Your wallet stores secret keys, connections and other information.
4+
You have different choices to store this information.
5+
The wallet supports 2 different databases to store data, SQLite and PostgresDB.
6+
7+
## SQLite
8+
9+
If the wallet is configured the default way in eg. [demo-args.yaml](demo/demo-args.yaml), without explicit wallet-storage, a sqlite database file is used.
10+
11+
```yaml
12+
wallet-type: indy
13+
wallet-name: wallet
14+
wallet-key: wallet-password
15+
```
16+
17+
For this configuration, a folder called wallet will be created which contains a file called `sqlite.db`.

0 commit comments

Comments
 (0)