Skip to content

Commit d43ba47

Browse files
committed
Add nostr-sqldb to README.md
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 50af7a4 commit d43ba47

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
@@ -12,6 +12,7 @@ The project is split up into several crates:
1212
- [**nostr-database**](./database/nostr-database): Events database abstraction and in-memory implementation
1313
- [**nostr-lmdb**](./database/nostr-lmdb): LMDB storage backend
1414
- [**nostr-ndb**](./database/nostr-ndb): [nostrdb](https://github.com/damus-io/nostrdb) storage backend
15+
- [**nostr-sqldb**](./database/nostr-sqldb): SQL storage backends (PostgreSQL, MySQL and SQLite)
1516
- [**nostr-indexeddb**](./database/nostr-indexeddb): IndexedDB storage backend
1617
- [**nostr-gossip**](./gossip/nostr-gossip): Gossip traits
1718
- [**nostr-gossip-memory**](./gossip/nostr-gossip-memory): In-memory gossip database

0 commit comments

Comments
 (0)