@linked-db/linked-ql
Advanced tools
Comparing version 0.29.8 to 0.30.0
@@ -14,3 +14,3 @@ { | ||
"icon": "https://webqit.io/icon.svg", | ||
"version": "0.29.8", | ||
"version": "0.30.0", | ||
"license": "MIT", | ||
@@ -17,0 +17,0 @@ "repository": { |
@@ -23,3 +23,3 @@ <div align="center"> | ||
> Think a better replacement for your ORMs and migration tools (combined)! Linked QL is a next generation database query client and migration wizard that helps you cut through the complexities with ease! | ||
> Think a better replacement for your ORMs and migration tools (combined)! | ||
@@ -30,4 +30,6 @@ <div align="center"> | ||
Try a modern approach to database abstraction! Linked QL is JS-based and database-agnostic—supporting PostgreSQL, MySQL and mariadb (on the backend), and [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) (in the browser)! | ||
Linked QL is a next generation databaase query client and migration wizard that helps you cut through the complexities with ease! `v0.3` is our latest iteration yet! | ||
Linked QL is JS-based and database-agnostic—supporting PostgreSQL, MySQL and mariadb (on the backend), and [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) (in the browser)! | ||
</div> | ||
@@ -34,0 +36,0 @@ |
@@ -21,3 +21,3 @@ import { AlterTable } from '../lang/ddl/database/actions/AlterTable.js'; | ||
async savepoint(params = {}) { return (await this.client.getSavepoints({ ...params, selector: this.name }))[0]; } | ||
async savepoint(params = {}) { return (await this.client.getSavepoints({ ...params, forState: true, selector: this.name }))[0]; } | ||
@@ -24,0 +24,0 @@ async version() { return (await this.savepoint())?.versionTag() || 0; } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4373223
494