Skip to content

Commit 5ca759a

Browse files
committed
clean up
1 parent 3ad1687 commit 5ca759a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SQLite is a lightweight, serverless database engine designed for single-user app
1212

1313
SQLite Cloud brings multi-user, multi-device, and global distribution capabilities to SQLite by running SQLite in a multi-node cluster environment. Each node runs the official SQLite database engine. The databases (files) in the cluster stay synchronized through the [Raft](https://raft.github.io) consensus algorithm - an industry-standard protocol that ensures all nodes maintain consistent copies of your data.. Synchronization happens automatically and in the background.
1414

15-
SQLite Cloud exposes identical APIs to SQLite, so you can interact with your cloud database files like you would if they were stored on your local file system.
15+
SQLite Cloud exposes identical APIs to SQLite, so you can interact with your cloud databases like you would if they were stored on your local file system.
1616

1717
SQLite Cloud supports both strong and eventual consistency, and comes with a multi-region load balancer to ensure optimal performance.
1818

@@ -50,5 +50,5 @@ SQLite Cloud also provides a comprehensive suite of tools for building realtime,
5050
* **[Webhooks](/docs/webhooks)**: Trigger edge functions or send change payloads via HTTP, Websockets, or on database events like INSERT, UPDATE, and DELETE.
5151
* **[Edge Functions](/docs/edge-functions)**: Run serverless functions on the same nodes that store your data for lightning-fast data access.
5252
* **[Pub/Sub](/docs/pub-sub)**: Subscribe to changes in your database to replicate data, power notifications, and build multiplayer experiences.
53-
* **[Weblite](/docs/weblite)**: Autogenerated REST APIs to interact with your database and edge functions.
53+
* **[Weblite](/docs/weblite)**: Autogenerated REST APIs to interact with the SQLite Cloud platform.
5454
* **[Query Analyzer](/docs/analyzer)**: Receive optimization recommendations for your queries to improve performance.

0 commit comments

Comments
 (0)