Skip to content

Commit 974e99b

Browse files
Merge remote-tracking branch 'origin/main' into feat/wa-sqlite-update
2 parents 01c11bf + d72ac11 commit 974e99b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1634
-130
lines changed

.changeset/itchy-years-drop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/short-owls-play.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ten-birds-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tender-llamas-shop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [packages/web](./packages/web/README.md)
1818

1919
- JS Web SDK implementation (extension of `packages/common`)
20-
20+
2121
- [packages/react](./packages/react/README.md)
2222

2323
- React integration for PowerSync.
@@ -38,9 +38,13 @@
3838

3939
- Kysely integration (ORM) for React Native and JavaScript/TypeScript projects.
4040

41+
- [packages/drizzle-driver](./packages/drizzle-driver/README.md)
42+
43+
- Drizzle integration (ORM) for React Native and JavaScript/TypeScript projects.
44+
4145
- [packages/powersync-op-sqlite](./packages/powersync-op-sqlite/README.md)
4246

43-
- OP-SQLite integration for React Native projects.
47+
- OP-SQLite integration for React Native projects.
4448

4549
- [packages/common](./packages/common/README.md)
4650
- Shared package: TypeScript implementation of a PowerSync database connector and streaming sync bucket implementation.

demos/django-react-native-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/vector-icons": "^14.0.0",
13-
"@journeyapps/react-native-quick-sqlite": "^2.1.0",
13+
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
1414
"@powersync/common": "workspace:*",
1515
"@powersync/react": "workspace:*",
1616
"@powersync/react-native": "workspace:*",

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@azure/core-asynciterator-polyfill": "^1.0.2",
2323
"@faker-js/faker": "8.3.1",
24-
"@journeyapps/react-native-quick-sqlite": "^2.1.0",
24+
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
2525
"@powersync/common": "workspace:*",
2626
"@powersync/react": "workspace:*",
2727
"@powersync/react-native": "workspace:*",

demos/react-native-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/vector-icons": "^14.0.3",
13-
"@journeyapps/react-native-quick-sqlite": "^2.1.0",
13+
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
1414
"@powersync/attachments": "workspace:*",
1515
"@powersync/common": "workspace:*",
1616
"@powersync/react": "workspace:*",

demos/react-native-web-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@azure/core-asynciterator-polyfill": "^1.0.2",
1414
"@expo/metro-runtime": "^3.2.1",
1515
"@expo/vector-icons": "^14.0.0",
16-
"@journeyapps/react-native-quick-sqlite": "^2.1.0",
16+
"@journeyapps/react-native-quick-sqlite": "^2.1.2",
1717
"@powersync/attachments": "workspace:*",
1818
"@powersync/common": "workspace:*",
1919
"@powersync/react": "workspace:*",

demos/react-supabase-todolist-optional-sync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@powersync/web": "workspace:*",
1414
"@emotion/react": "11.11.4",
1515
"@emotion/styled": "11.11.5",
16-
"@journeyapps/wa-sqlite": "^0.4.1",
16+
"@journeyapps/wa-sqlite": "^0.4.2",
1717
"@mui/icons-material": "^5.15.12",
1818
"@mui/material": "^5.15.12",
1919
"@mui/x-data-grid": "^6.19.6",

0 commit comments

Comments
 (0)