Skip to content

Commit

Permalink
database: add feature flags list
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 9, 2023
1 parent 3bce5f5 commit 70d8941
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/nostr-database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ This library cointains the `NostrDatabase` and `NostrDatabaseExt` traits. You ca
* RocksDB (desktop, server and mobile devices), available at [`nostr-rocksdb`](https://crates.io/crates/nostr-rocksdb)
* IndexedDB (web), available at [`nostr-indexeddb`](https://crates.io/crates/nostr-indexeddb)

## Crate Feature Flags

The following crate feature flags are available:

| Feature | Default | Description |
| ------------------- | :-----: | ---------------------------------------------------------------------------------------- |
| `flatbuf` | No | Enable `flatbuffers` de/serialization for nostr events |

## State

**This library is in an ALPHA state**, things that are implemented generally work but the API will change in breaking ways.
Expand Down

0 comments on commit 70d8941

Please sign in to comment.