Skip to content

Commit 6741c9d

Browse files
committed
Mention Postgres support in README
1 parent 8918bd1 commit 6741c9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ LDK Node currently comes with a decidedly opinionated set of design choices:
6262

6363
- On-chain data is handled by the integrated [BDK][bdk] wallet.
6464
- Chain data may currently be sourced from the Bitcoin Core RPC interface, or from an [Electrum][electrum] or [Esplora][esplora] server.
65-
- Wallet and channel state may be persisted to an [SQLite][sqlite] database, to file system, or to a custom back-end to be implemented by the user.
65+
- Wallet and channel state may be persisted to an [SQLite][sqlite] or [PostgreSQL][postgresql] database, to file system, or to a custom back-end to be implemented by the user.
6666
- Gossip data may be sourced via Lightning's peer-to-peer network or the [Rapid Gossip Sync](https://docs.rs/lightning-rapid-gossip-sync/*/lightning_rapid_gossip_sync/) protocol.
6767
- Entropy for the Lightning and on-chain wallets may be sourced from raw bytes or a [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) mnemonic. In addition, LDK Node offers the means to generate and persist the entropy bytes to disk.
6868

@@ -85,6 +85,7 @@ The Minimum Supported Rust Version (MSRV) is currently 1.85.0.
8585
[electrum]: https://github.com/spesmilo/electrum-protocol
8686
[esplora]: https://github.com/Blockstream/esplora
8787
[sqlite]: https://sqlite.org/
88+
[postgresql]: https://www.postgresql.org/
8889
[rust]: https://www.rust-lang.org/
8990
[swift]: https://www.swift.org/
9091
[kotlin]: https://kotlinlang.org/

0 commit comments

Comments
 (0)