-
**my half code :**
```
import { Application,Router } from "https://deno.land/x/oak/mod.ts";
import { DB } from "https://deno.land/x/sqlite/mod.ts";
import { oakCors } from "https://deno.land/x/co…
-
app Error: AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY
at f.handleError (/koishi/node_modules/@minatojs/sql.js/dist/sql-wasm.js:90:53)
…
-
Playground randomly "disconnects" from SQLite. This issue was reported by:
* @wunderbart while working on [Running E2E tests using `@wp-playground/cli`](https://github.com/WordPress/gutenberg/pull/…
-
Consider you compiled sqlite to wasm and then run it under a wasm interpreter https://github.com/perlin-network/life and implemented the sqlite https://www.sqlite.org/vfs.html interface in go.
Not …
-
### RC1 (Code-complete)
- [x] API Review
- [ ] Make sure docs for services state the correct lifetime
### RC2
- [ ] #7201
- [x] (@AndriySvyryd) Run SqlServer and Cosmos tests against Azure
- [x] Make…
-
This plugin already performs a few checks on apps before deploying, like ensuring the app has [known/supported triggers](https://github.com/fermyon/cloud-plugin/blob/53169bc69ea7fcfc1eee88549e2408047e…
vdice updated
1 month ago
-
## Operating system
Android/iOS
## Joplin version
3.0
## Mobile plugins: Provide file system and database access
Many of the [plugins that fail to run on mobile](https://discourse.jopli…
-
## Problem
I wish to use Prisma Client from within the browser entirely without a server, connecting to SqlLite Javascript in memory, when I tried to pack it up with browserify it complained in the…
-
Since go is compiled, whenever you want to change html/css, the entire server needs to be recompiled and restarted. This is generally fine for small projects, but as projects get larger and more thing…
-
I for the life of me cannot figure out how to set up cross compilation with rust.
I have checked out https://github.com/cachix/devenv/blob/main/examples/rust-wasm-cross/devenv.nix but that just sets …