You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ _A modern take on SQL and SQL databases_
23
23
24
24
Try an advanced form of SQL right on your database.<br>
25
25
**LinkedQL** is a database client (`client.query()`) that solves the modern database capability problem in a single interface — and in under `80 KiB min | zip`.<br>
|**Realtime SQL**| Run live, self-updating queries right on your database. |[Read → RealtimeSQL Docs](https://linked-db.github.io/linked-ql/proc/realtime-sql)|
197
+
|**Realtime SQL**| Run live, self-updating queries right on your database. |[Read → RealtimeSQL Docs](https://linked-ql.netlify.app/docs/capabilities/realtime-sql)|
198
198
|**Timeline Engine**| Get automatic database versioning on every DDL operation; bind queries to specific schema versions. |*(Coming soon)*|
199
199
200
200
### Examples
@@ -271,9 +271,9 @@ It extends that with built-in support for **federation**, **materialization**, a
|**Federation**| Query across remote and local databases as a single surface. |[Read → FlashQL Docs](https://linked-db.github.io/linked-ql/flash#221-query-federation)|
|**Sync**| Two-way synchronization between local and remote databases. |[Read → FlashQL Docs](https://linked-db.github.io/linked-ql/flash#223-data-sync)|
274
+
|**Federation**| Query across remote and local databases as a single surface. |[Read → FlashQL Docs](https://linked-ql.netlify.app/docs/flashql)|
0 commit comments