-
Hey,
I just tried your sqldelight project for persisting data between reloads. However reloading throws the following error:
```
{
"message": "table Name already exists",
"name": "JsWorkerE…
-
Hi,
Thanks for this project, it's very useful.
I see in the homepage of SQLjs that it's recommended to use SQLite native if using server-side NodeJS code.
However there is an example of using SQL…
-
## Problem
There seems no way to update many rows by one call.
## Suggested solution
Implement a method that to update multiple rows by one call.
For example)
You wanna make a query lik…
-
hi, i am trying out sqldelight on web with the async webworker stuff
i am getting weird error messages
```
IllegalStateException: The driver used with SQLDelight is asynchronous, so SQLDelight …
-
I don't know whether you are aware but you can reduce your installation to the standard "npm install" by putting make in the postinstall script:
```
diff --git a/package.json b/package.json
index e80…
-
**Describe the bug**
When adding payment to an order that is in `ArrangingAdditionalPayment`, the order doesn't transition to `PaymentSettled`, but stays in `ArrangingAdditionalPayment`.
**To Repr…
-
## Issue Description
### Actual Behavior
Hello,
I have an issue using sql.js and typeorm.
I've upgraded my Ionic app to Ionic 5/Angular 8 (previously in Ionic 4/Angular 7).
All work fine in An…
-
Be great to implement a pluggable driver system, in my case i like to use @journeyapps/sqlcipher witch would do nothing else than override sqlite3, a simpler solution to get cipher working.
-
use electron + sqljs
error: TypeError: Cannot set properties of undefined (setting 'exports')
-
**Issue type:**
[ ] question
[x] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
ghost updated
4 years ago