@linked-db/linked-ql
Advanced tools
Comparing version 0.8.25 to 0.8.26
@@ -14,3 +14,3 @@ { | ||
"icon": "https://webqit.io/icon.svg", | ||
"version": "0.8.25", | ||
"version": "0.8.26", | ||
"license": "MIT", | ||
@@ -17,0 +17,0 @@ "repository": { |
@@ -26,3 +26,3 @@ # Linked QL | ||
## What Does It Do? | ||
<details><summary><i>What does it do at a high level?</summary> | ||
@@ -35,4 +35,6 @@ π₯ Takes the ORM and friends out of the way and let's you just write SQL, but SQL that you will actually enjoy. (Linked QL extends standard SQL with [new syntax sugars](#introducing-magic-paths) that let you write relational queries in less than half the code and without a single JOIN clause in most cases.) | ||
It comes as a small library and is usable over your DB of choice - from the server-side Postgres, mariadb and MySQL, to the client-side [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API), and the in-memory plain JSON object! | ||
</details> | ||
Linked QL comes as a small library and is usable over your DB of choice - from the server-side Postgres, mariadb and MySQL, to the client-side [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API), and the in-memory plain JSON object! | ||
Jump to sections and features: | ||
@@ -277,3 +279,3 @@ | ||
You alter your schema and get back a reference to a "savepoint" automatically created for you: | ||
Here, you alter your schema and get back a reference to a "savepoint" automatically created for you: | ||
@@ -280,0 +282,0 @@ ```js |
5311279
707