1
0
Fork 0

Update README.md

master
Philip O'Toole 1 year ago committed by GitHub
parent c273ac5bbc
commit 9a015f269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ rqlite uses [Raft](https://raft.github.io/) to achieve consensus across all the
- Choice of [read consistency levels](https://rqlite.io/docs/api/read-consistency/), and support for choosing [write performance over durability](https://rqlite.io/docs/api/queued-writes/).
- Optional [read-only (non-voting) nodes](https://rqlite.io/docs/clustering/read-only-nodes/), which can add read scalability to the system.
- A form of transaction support.
- Hot [backups](https://rqlite.io/docs/guides/backup/), as well as [load directly from SQLite](https://rqlite.io/docs/guides/restore/).
- Hot [backups](https://rqlite.io/docs/guides/backup/), including automatic backups to [AWS S3](https://aws.amazon.com/s3/), as well as [restore directly from SQLite](https://rqlite.io/docs/guides/restore/).
## Quick Start

Loading…
Cancel
Save