Regression from the `napi-rs` conversion: ```src/server/helpers/collections/sqlite/SqliteConnection.ts:90:3 - error TS2740: Type 'Database' is missing the following properties from type 'Database': readonly, name, open, transaction, and 7 more. 90 sqlite = new LibSql(dbPath, sqliteOptions)```