dyedgreen / deno-sqlite

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

Don't use file-locking on Windows until fixed #192

Closed dyedgreen closed 2 years ago

dyedgreen commented 2 years ago

There are some differences between unix/windows file locking that need to be fixed until it's safe to use file locking on windows.

This addresses #191 and #174.