Skip to content

Commit 912553d

Browse files
author
DominicGBauer
committed
chore: move kysely out of beta
1 parent 7589720 commit 912553d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/kysely-driver/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
This package (`packages/kysely-driver`) brings the benefits of an ORM through our maintained [Kysely](https://kysely.dev/) driver to [PowerSync](https://powersync.com).
44

5-
## Beta Release
6-
7-
The `kysely-driver` package is currently in a beta release.
8-
95
## Getting started
106

117
Set up the PowerSync Database and wrap it with Kysely.
@@ -34,7 +30,7 @@ import { wrapPowerSyncWithKysely } from '@powersync/kysely-driver';
3430
import { PowerSyncDatabase } from "@powersync/web";
3531

3632
// Define schema as in: https://docs.powersync.com/usage/installation/client-side-setup/define-your-schema
37-
import { appSchema } from "./schema";
33+
import { appSchema, Database } from "./schema";
3834

3935
export const powerSyncDb = new PowerSyncDatabase({
4036
database: {

0 commit comments

Comments
 (0)