Skip to content

Commit f70c71b

Browse files
committed
Added relations import to readme.
1 parent 5fa9c90 commit f70c71b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/drizzle-driver/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Set up the PowerSync Database and wrap it with Drizzle.
1313
```js
1414
import { wrapPowerSyncWithDrizzle } from '@powersync/drizzle-driver';
1515
import { PowerSyncDatabase } from '@powersync/web';
16+
import { relations } from 'drizzle-orm';
1617
import { index, integer, sqliteTable, text } from 'drizzle-orm/sqlite-core';
1718
import { appSchema } from './schema';
1819

0 commit comments

Comments
 (0)