Skip to content

Commit d9c8f89

Browse files
committed
Add nostr-sqldb to README.md
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent 5c74f76 commit d9c8f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The project is split up into several crates in the `crates/` directory:
1111
* [**nostr-database**](./crates/nostr-database): Database for Nostr apps
1212
* [**nostr-lmdb**](./crates/nostr-lmdb): LMDB storage backend
1313
* [**nostr-ndb**](./crates/nostr-ndb): [nostrdb](https://github.com/damus-io/nostrdb) storage backend
14+
* [**nostr-sqldb**](./crates/nostr-sqldb): SQL storage backends (PostgreSQL, MySQL and SQLite)
1415
* [**nostr-indexeddb**](./crates/nostr-indexeddb): IndexedDB storage backend
1516
* [**nostr-mls**](./crates/nostr-mls): A library for implmenting NIP-EE MLS messaging
1617
* [**nostr-mls-storage**](./crates/nostr-mls-storage): Storage traits for using MLS messaging

0 commit comments

Comments
 (0)