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: site/overview.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# LinkedQL <br>— The Database Primitive For Applications And Agents
1
+
# LinkedQL <br>— Portable Query Engine for Applications and Agents
2
2
3
3
**Welcome to the docs.** This page gives you the core thinking around LinkedQL and helps you map the system at a glance.
4
4
@@ -12,7 +12,7 @@ It extends SQL with a small set of composable capabilities for relationships, re
12
12
13
13
### What It Replaces
14
14
15
-
LinkedQL composes capabilities traditionally handled by separate systems — ORMs (e.g. Prisma), API/query layers (e.g. GraphQL), and sync engines (e.g. ElectricSQL) — directly into SQL.
15
+
LinkedQL composes capabilities traditionally handled by separate systems directly into SQL — ORMs (e.g. Prisma), API/query layers (e.g. GraphQL), and sync engines (e.g. ElectricSQL).
16
16
17
17
This shifts applications from manual capability scaffolding to a unified, composable, SQL-based model for application logic and state.
18
18
@@ -42,10 +42,10 @@ The core insight behind LinkedQL is *how those dots connect together at the SQL
0 commit comments