tndrle / node-sqlite3-wasm

WebAssembly port of SQLite3 for Node.js with file system access
MIT License
55 stars 8 forks source link

Add `readOnly` option #37

Closed tyt2y3 closed 9 months ago

tyt2y3 commented 9 months ago

This is such a neat project!

I found myself needing to open a database as read-only, so I added the option here.

tndrle commented 9 months ago

Thanks for the PR. I added the option with tests and docs in #39. I will release it soon.