We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671b431 commit 8488365Copy full SHA for 8488365
src/packages/dumbo/src/sql/index.ts
@@ -1,4 +1,5 @@
1
import format from 'pg-format';
2
+export * from './schema';
3
4
export type SQL = string & { __brand: 'sql' };
5
0 commit comments