dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Add test database generator for CI and local testing #116

Closed dyedgreen closed 3 years ago

dyedgreen commented 3 years ago

closes #107

dyedgreen commented 3 years ago

Some observations: This makes the tests much slower to run in CI, it might make sense to look into caching later. Locally, this is perfectly fine; the test db can be built once and reused.