- Change `initialize` into synchronous function since all SQLite Driver
provide synchronous API. - Add deno-lint-ignore to ignore `require-await` error - Add type annotations for `sqlite.node.ts` - Add type constructor for Number for SQLStatment of node:sqlite, since the type of `changes` is `number | bigint`
Loading
Please register or sign in to comment