[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-07-31 02:40:25 +00:00
committed by GitHub
parent 6d667b5f13
commit 49dff7d3f3
131 changed files with 2812 additions and 2838 deletions

View File

@@ -98,7 +98,7 @@ notStrict
You can also use an import attribute to load a database.
```ts
import db from "./mydb.sqlite" with { "type": "sqlite" };
import db from "./mydb.sqlite" with { type: "sqlite" };
console.log(db.query("select * from users LIMIT 1").get());
```