1
0
Fork 0

Update README.md

master
Philip O'Toole 9 months ago committed by GitHub
parent dcb6823084
commit 0d8d52e7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ You can use rqlite for critical relational data in larger systems. And if you're
### Key features
- **Easy Deployment**: No separate SQLite installation.
- **Developer-Friendly**: Straightforward [HTTP API](https://rqlite.io/docs/api/), [CLI](https://rqlite.io/docs/cli/), and [client libraries](https://github.com/rqlite).
- **Fully Replicated**: SQL database with [full-text search](https://www.sqlite.org/fts3.html) and [JSON support](https://www.sqlite.org/json1.html).
- **Fully Replicated**: SQL database with [full-text search](https://www.sqlite.org/fts5.html) and [JSON support](https://www.sqlite.org/json1.html).
- **Dynamic Clustering**: Integrates with Kubernetes, Consul, etcd, and DNS for [automatic clustering](https://rqlite.io/docs/clustering/automatic-clustering/).
- **Robust Security**: [Extensive encryption and TLS support](https://rqlite.io/docs/guides/security/).
- **Flexible Consistency**: Customize [read/write performance](https://rqlite.io/docs/api/read-consistency/) and [durability](https://rqlite.io/docs/api/queued-writes/).

Loading…
Cancel
Save