-
Currently using SQLite's backup feature using this python script
```python
import sqlite3
import os
from datetime import datetime
def backup_db(db_path, backup_path):
conn = sqlite3.connect(db_…
-
Hi all 👋
Couldn't help but notice that Miniflux doesn't support Sqlite because the driver needs CGo and GCC. Would like to share that there _is_ a pure-go Sqlite driver that doesn't need CGo nor GCC …
-
PRAGMA journal_mode=WAL;
-
We need support for libraries so that GUIDs don't overlap and unique identifiers are in fact unique.
This should export to a file that can be included as a macro and compiled into the individual l…
-
**Description**
I think it would be cool that when using SQLite that the defaults that loco uses work well even for a production deployment. Since many smaller apps with only like 100 users or so c…
-
As noted with @rabbull, all ORM entities for the SQLite backends are contained in `storage/sqlite_zip/orm.py`, while the other SQLite-based storage backends then import from there, e.g.:
https://gi…
-
"In the SQLite persistence the foreign key constraint from anchor to transactions is not checked. Adding an anchor for a non-existing transaction will prevent persisting the wallet."
-
I have an http cache that I've built up using [Python requests-cache](https://requests-cache.readthedocs.io/en/stable/). It's in an SQLite database, as is the default for that project. I'm considering…
-
Tauri - `@tauri-apps/plugin-sql`
![M4c5LFtRIV](https://github.com/user-attachments/assets/b78ff7c6-af88-40bd-b721-c7f906732ab0)
Source Code
```ts
import SQL from "@tauri-apps/plugin-sql";
…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue descript…