Commit 73ff7f0
committed
feat: add in-memory driver implementation for ObjectStack
- Introduced InMemoryDriver class for in-memory data storage.
- Implemented CRUD operations, schema synchronization, and bulk operations.
- Added support for basic pagination and JSON/array fields.
feat: create Hono server plugin for ObjectStack
- Developed HonoHttpServer class implementing IHttpServer interface.
- Created HonoServerPlugin to register HTTP server capabilities.
- Added route handling for ObjectStack Runtime Protocol.
feat: implement MSW plugin for ObjectStack
- Added MSWPlugin for seamless integration with Mock Service Worker.
- Implemented ObjectStackServer for mock database functionality.
- Created automatic API mocking for ObjectStack endpoints.
chore: update package versions and dependencies
- Unified package versions across plugins to 0.4.2.
- Updated dependencies for plugin-hono-server and plugin-msw.
- Added changelogs and README documentation for new plugins.1 parent fdaea68 commit 73ff7f0
File tree
20 files changed
+28
-23
lines changed- packages/plugins
- driver-memory
- src
- plugin-hono-server
- src
- plugin-msw
- src
20 files changed
+28
-23
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | | - | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments