Skip to content

Commit e2a45e4

Browse files
committed
Merge branch 'next'
2 parents 5e006c8 + de7fffd commit e2a45e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _A modern take on SQL and SQL databases_
2323

2424
_Simplify and unify your entire database layer in a single interface_ 🛸<br>
2525
LinkedQL is a database client (`client.query()`) for PostgreSQL and MySQL/MariaDB, but more broadly, an idea: **[SQL reimagined for modern apps ↗](https://linked-ql.netlify.app/overview)**
26-
LinkedQL solves **reactivity, relationships, JSON, schema, embedding, federation & sync, and more** in under `80 KiB min | zip`.
26+
LinkedQL solves **reactivity, relationships, JSON, schemas, embedding, federation & sync, and more** in under `80 KiB min | zip`.
2727

2828
</div>
2929

site/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hero:
55
name: LinkedQL
66
text: A modern take on SQL and SQL databases.
77
tagline: >
8-
Reactivity, Relationships, JSON, Schema, Embedding, Federation & Sync, and More → SOLVED.
8+
Reactivity, Relationships, JSON, Schemas, Embedding, Federation & Sync, and More → SOLVED.
99
actions:
1010
- theme: brand
1111
text: Get Started
@@ -18,7 +18,7 @@ features:
1818
details: Traverse relationships directly in your queries — without writing a JOIN. Meet DeepRefs, the syntax shorthand that lets you follow relationships using simple arrow notation <span class="nowrap">— <code>SELECT a ~> b</code></span>
1919
- title: JSON Solved
2020
details: Bring JSON-like clearity to your queries. LinkedQL's first-class support for JSON notation saves you the wrangling with SQL's low-level JSON functions <span class="nowrap">— <code>SELECT { a, b }</code></span>
21-
- title: Schema Solved
21+
- title: Schemas Solved
2222
details: Take a break from manual schema ops. LinkedQL operates with full context of your schema and automates the world for you. With Automatic Schema Inference, everything just works — without you
2323
- title: Reactivity Solved
2424
details: Turn on reactivity over arbitrary SQL with <span class="nowrap"><code>{ live∶ true }</code></span>. You get back a live view of your query. Live Queries in LinkedQL works directly on your database without a middleware or GraphQL servers.

0 commit comments

Comments
 (0)