mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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());
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user