File tree Expand file tree Collapse file tree
better-sqlite3-driver/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import type * as bsqlite from 'better-sqlite3';
1414import DatabaseConstructor from 'better-sqlite3' ;
1515
1616import { ErrorStatement , mapError } from '@sqlite-js/driver/util' ;
17- import { SqliteDriverError } from '@sqlite-js/driver/worker_threads' ;
1817import { BetterSqliteDriverOptions } from './driver.js' ;
1918
2019interface InternalStatement extends SqliteDriverStatement {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
2020 mapError ,
2121 ReadWriteConnectionPool
2222} from '../util/index.js' ;
23- import { SqliteDriverError } from '../worker_threads/async-commands.js' ;
2423import { loadNodeSqlite } from './node-sqlite.js' ;
2524
2625export function nodeSqlitePool ( path : string ) : SqliteDriverConnectionPool {
You can’t perform that action at this time.
0 commit comments