Skip to content

Commit

Permalink
AL: update docs to denote SQLite support
Browse files Browse the repository at this point in the history
  • Loading branch information
adalundhe committed Oct 31, 2024
1 parent 9464f65 commit 806bd34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ docker run \
did-dht
```

### SQLite

To use a SQLite database as the storage backend, set configuration option `storage_uri` to a `sqlite://` URI with
the database connection string. The schema will be created or updated as needed while the program starts.

### Postgres

To use a postgres database as the storage backend, set configuration option `storage_uri` to a `postgres://` URI with
Expand Down

0 comments on commit 806bd34

Please sign in to comment.