Skip to content

Commit b153571

Browse files
committed
Added PowerSyncSQLiteDatabase type as part of exported members.
1 parent 9c19e4c commit b153571

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/wild-melons-camp.md

Lines changed: 5 additions & 0 deletions
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.
Lines changed: 2 additions & 2 deletions
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)