Skip to content

Commit 4c2a5c3

Browse files
authored
chore: added PowerSyncSQLiteDatabase type as part of exported members (#407)
1 parent 9c19e4c commit 4c2a5c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/wild-melons-camp.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/drizzle-driver': patch
3+
---
4+
5+
Added PowerSyncSQLiteDatabase type as part of exported members.

packages/drizzle-driver/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { wrapPowerSyncWithDrizzle } from './sqlite/db';
1+
import { wrapPowerSyncWithDrizzle, type PowerSyncSQLiteDatabase } from './sqlite/db';
22
import { toCompilableQuery } from './utils/compilableQuery';
33

4-
export { wrapPowerSyncWithDrizzle, toCompilableQuery };
4+
export { wrapPowerSyncWithDrizzle, toCompilableQuery, PowerSyncSQLiteDatabase };

0 commit comments

Comments
 (0)