We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nostr-sqldb
1 parent 50af7a4 commit d43ba47Copy full SHA for d43ba47
README.md
@@ -12,6 +12,7 @@ The project is split up into several crates:
12
- [**nostr-database**](./database/nostr-database): Events database abstraction and in-memory implementation
13
- [**nostr-lmdb**](./database/nostr-lmdb): LMDB storage backend
14
- [**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)
16
- [**nostr-indexeddb**](./database/nostr-indexeddb): IndexedDB storage backend
17
- [**nostr-gossip**](./gossip/nostr-gossip): Gossip traits
18
- [**nostr-gossip-memory**](./gossip/nostr-gossip-memory): In-memory gossip database
0 commit comments