0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 18:12:59 -05:00
deno/ext/node/ops/sqlite
Divy Srivastava b5c3f4f782
fix(ext/node): support read-only database in node:sqlite (#27930)
Implements the `readOnly` option for `DatabaseSync`.

Permissions:
`--allow-read=test.db --allow-write=test.db` => all works
`--allow-read=test.db` => only `readOnly` dbs work, cannot create new db
2025-02-03 16:41:45 +05:30
..
database.rs fix(ext/node): support read-only database in node:sqlite (#27930) 2025-02-03 16:41:45 +05:30
mod.rs fix(ext/node): enforce -RW perms on node:sqlite (#27928) 2025-02-02 15:49:39 +05:30
statement.rs fix(ext/node): throw RangeError when sqlite INTEGER is too large (#27907) 2025-02-01 13:19:53 +05:30