deno-sqlite
deno-sqlite copied to clipboard
Use new per-test permissions
We have a few tests to see what happens in read only mode, as well as a few tests that require write permissions. This feature could simplify our test setup.
It would also be a good idea to split the tests up across multiple files.