Skip to content

Commit

Permalink
Export IDatabaseConnection type (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-field authored Jul 2, 2024
1 parent 7aac5c9 commit 70a0490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export {
export { processTSQueryAST } from './preprocessor-ts.js';
export { processSQLQueryIR } from './preprocessor-sql.js';

export { sql, TaggedQuery, PreparedQuery } from './tag.js';
export { sql, TaggedQuery, PreparedQuery, IDatabaseConnection } from './tag.js';

0 comments on commit 70a0490

Please sign in to comment.