File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
better-sqlite3-driver/src Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import type * as bsqlite from 'better-sqlite3';
14
14
import DatabaseConstructor from 'better-sqlite3' ;
15
15
16
16
import { ErrorStatement , mapError } from '@sqlite-js/driver/util' ;
17
- import { SqliteDriverError } from '@sqlite-js/driver/worker_threads' ;
18
17
import { BetterSqliteDriverOptions } from './driver.js' ;
19
18
20
19
interface InternalStatement extends SqliteDriverStatement {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
20
20
mapError ,
21
21
ReadWriteConnectionPool
22
22
} from '../util/index.js' ;
23
- import { SqliteDriverError } from '../worker_threads/async-commands.js' ;
24
23
import { loadNodeSqlite } from './node-sqlite.js' ;
25
24
26
25
export function nodeSqlitePool ( path : string ) : SqliteDriverConnectionPool {
You can’t perform that action at this time.
0 commit comments