Skip to content

Commit

Permalink
chore: add JSON type
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Feb 27, 2024
1 parent 8167f60 commit 87299d2
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/kysely-driver/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ import {
type Insertable,
type Selectable,
type Updateable,
type JSONColumnType,
type KyselyConfig,
Kysely,
type Kysely,
sql
} from 'kysely';

export { ColumnType, Insertable, Selectable, Updateable, KyselyConfig, sql, Kysely, wrapPowerSyncWithKysely };
export {
ColumnType,
Insertable,
Selectable,
Updateable,
JSONColumnType,
KyselyConfig,
sql,
Kysely,
wrapPowerSyncWithKysely
};

0 comments on commit 87299d2

Please sign in to comment.