mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
This PR makes all JS db packages to have uniform interface: `new Database(...)` constructor with explicit `connect()` and `close()` methods. Also, this PR adds docstrings in the code and properly support few better-sqlite options (readonly, fileMustExist, timeout) Closes #3334