-
As the previous issue: https://github.com/WiseLibs/better-sqlite3/issues/1261
There are missing binaries for electron, linux, arm64.
```
prebuild-install http 404 https://github.com/WiseLibs/bett…
-
### Reproduction / Replay Link (Optional)
_No response_
### Description
When running 'pnpm install' the following error occurs:
```
node_modules/.pnpm/better-sqlite3@11.4.0/node_modules/better-…
-
### Issue Summary
I am using the Win11 operating system and I want to integrate SQLITE3 into Electron, but it cannot be compiled and installed in node 18.18.2. Strangely, he will search for it [link]…
-
would be nice if have [sqlite3](https://pub.dev/packages/sqlite3) based databases support instead of relying on postgresql and docker for small projects ,, this also will make it possible to integrat…
-
I'm attempting to get slskd working on a machine I dont have sudo or root privilages on. It runs debian 9 stretch and the latest glib version is 2.24.
This is the result when running the binary:…
-
Using the following yaml config
version: "2"
plugins:
- name: ts
wasm:
url: https://downloads.sqlc.dev/plugin/sqlc-gen-typescript_0.1.3.wasm
sha256: 287df8f6cc06377d67ad5ba02…
-
Hi, I'm trying to access the bytes of my sqlite database file. How do I do that on the web? xOpen and xRead are super confusing and I can't find an example.
### Working none-web implementation
`…
-
## 🐛 Bug
We are getting error when accessing OPFS SQLite database using storage manager API with nativeFS in Firefox Mozilla, same is working without any issues in Chrome/Edge in windows
### To…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
A user has requested for an SQLite3 DB integration
### Why should this be worked on?
SQLite is a wid…
-
Hello @MeanSquaredError,
I am currently working with a SQLite3 database that can be accessed by several processes.
One of the processes can run a long write transaction and other processes could …