Skip to content

Commit a40525f

Browse files
fix: remove reference to jsr:@db/sqlite (#1471)
1 parent 5a5b1e5 commit a40525f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scripts/sqlite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* _`node:sqlite` module has been added in Deno v2.2._
1212
*/
1313

14-
// Import the Database class from jsr:@db/sqlite
14+
// Import the DatabaseSync class from node:sqlite
1515
import { DatabaseSync } from "node:sqlite";
1616

1717
// Open or create an SQLite database named 'test.db'

0 commit comments

Comments
 (0)