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 5c74f76 commit d9c8f89Copy full SHA for d9c8f89
README.md
@@ -11,6 +11,7 @@ The project is split up into several crates in the `crates/` directory:
11
* [**nostr-database**](./crates/nostr-database): Database for Nostr apps
12
* [**nostr-lmdb**](./crates/nostr-lmdb): LMDB storage backend
13
* [**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)
15
* [**nostr-indexeddb**](./crates/nostr-indexeddb): IndexedDB storage backend
16
* [**nostr-mls**](./crates/nostr-mls): A library for implmenting NIP-EE MLS messaging
17
* [**nostr-mls-storage**](./crates/nostr-mls-storage): Storage traits for using MLS messaging
0 commit comments