Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 936735b

Browse files
authored
feat: also export DB and SQLiteDB type
1 parent d6b8118 commit 936735b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drizzle-kit/src/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export {
7171
squashMysqlScheme
7272
}
7373

74+
export type { DB, SQLiteDB }
75+
7476
export * as snapshotsDiffer from './snapshotsDiffer'
7577

7678
export const generateDrizzleJson = (

0 commit comments

Comments
 (0)