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
|**Realtime SQL**| Run live, self-updating queries right on your database. |[Read → RealtimeSQL Docs](docs/proc/realtime-sql)|
197
+
|**Realtime SQL**| Run live, self-updating queries right on your database. |[Read → RealtimeSQL Docs](https://linked-db.github.io/linked-ql/proc/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
|**Sync**| Two-way synchronization between local and remote databases. |[Read → FlashQL Docs](docs/flash#223-data-sync)|
274
+
|**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)|
277
277
278
278
### Examples
279
279
@@ -354,11 +354,11 @@ client.on('sync:change', e => console.log('Δ', e.table, e.type));
An exception to this rule appears in [DeepRefs](lang/deeprefs#112-backrefs-) — where the aggregation syntax isolates its own grouping semantics from the main query.
177
+
An exception to this rule appears in [DeepRefs](/linked-ql/lang/deeprefs#112-backrefs-) — where the aggregation syntax isolates its own grouping semantics from the main query.
178
178
179
179
---
180
180
@@ -200,7 +200,7 @@ FROM users;
200
200
201
201
### `3.2 |` DeepRefs
202
202
203
-
JSON literals compose with [DeepRefs](lang/deeprefs) to model relationships structurally.
203
+
JSON literals compose with [DeepRefs](/linked-ql/lang/deeprefs) to model relationships structurally.
0 commit comments