You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[`@objectql/driver-pg-wasm`](./packages/drivers/pg-wasm)**| Browser |**PostgreSQL WASM Driver.** Full PG feature set in the browser via PGlite. *(Coming Soon)*|
Copy file name to clipboardExpand all lines: examples/integrations/express-server/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,7 @@ await kernel.start();
66
66
67
67
## Current Status
68
68
69
-
**Note**: This example currently demonstrates the pattern conceptually. The actual runtime execution requires @objectstack/runtime@0.7.1 to be fixed (currently has a bug where package.json main points to src/index.ts instead of dist).
70
-
71
-
When the package is fixed, uncomment the ObjectKernel initialization in index.ts.
69
+
✅ **Migration Complete** - This example now uses the modern @objectstack/runtime pattern with the ObjectStackKernel.
0 commit comments