Skip to content

Commit 8488365

Browse files
committed
Exported schema checks in Dumbo
1 parent 671b431 commit 8488365

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/packages/dumbo/src/sql/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import format from 'pg-format';
2+
export * from './schema';
23

34
export type SQL = string & { __brand: 'sql' };
45

0 commit comments

Comments
 (0)