@linked-db/linked-ql
Advanced tools
Comparing version 0.8.19 to 0.8.21
@@ -14,3 +14,3 @@ { | ||
"icon": "https://webqit.io/icon.svg", | ||
"version": "0.8.19", | ||
"version": "0.8.21", | ||
"license": "MIT", | ||
@@ -17,0 +17,0 @@ "repository": { |
@@ -53,3 +53,3 @@ # Linked QL | ||
+ For SQL databases, install the regular SQL client you use for your DB. (Typically, [`pg`](https://github.com/brianc/node-postgres) for PostgreSQL, [`mariadb`](https://github.com/mariadb-corporation/mariadb-connector-nodejs) for mariadb, [`mysql`](https://www.npmjs.com/package/mysql)/[`mysql2`](https://www.npmjs.com/package/mysql2) for MySQL databases.) | ||
1. For SQL databases, install the regular SQL client you use for your DB. (Typically, [`pg`](https://github.com/brianc/node-postgres) for PostgreSQL, [`mariadb`](https://github.com/mariadb-corporation/mariadb-connector-nodejs) for mariadb, [`mysql`](https://www.npmjs.com/package/mysql)/[`mysql2`](https://www.npmjs.com/package/mysql2) for MySQL databases.) | ||
@@ -106,3 +106,3 @@ Using PostgreSQL as an example, install the `pg` client: | ||
+ For the client-side *IndexedDB*, import and instantiate the *IDB* client. _(Coming soon)_ | ||
2. For the client-side *IndexedDB*, import and instantiate the *IDB* client. _(Coming soon)_ | ||
@@ -117,3 +117,3 @@ ```js | ||
+ To work with Linked QL's in-memory object database, import and instantiate the *ODB* client. _(Coming soon)_ | ||
3. To work with Linked QL's in-memory object database, import and instantiate the *ODB* client. _(Coming soon)_ | ||
@@ -120,0 +120,0 @@ ```js |
5311280