Skip to content

Commit 241f4a7

Browse files
committed
feat: export sql
1 parent 35641b8 commit 241f4a7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/hungry-streets-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"idxs": patch
3+
---
4+
5+
Exported `sql`.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { sql } from 'kysely'
12
export * as IndexSupply from './IndexSupply.js'
23
export * as IS from './IndexSupply.js'
34
export * as QueryBuilder from './QueryBuilder.js'

0 commit comments

Comments
 (0)