Commit d33d664
committed
feat: add key-value store service with CRUD operations
- Implemented set, get, del, exists, and keys functions for managing key-value pairs in the KV store.
- Added error handling for each function to ensure robustness.
- Utilized jsonb for value storage, allowing for flexible data types.
- Created a new migration snapshot for the database schema including the kv table.1 parent 4554a8c commit d33d664
14 files changed
Lines changed: 3157 additions & 11 deletions
File tree
- migrations
- meta
- src
- app/api/play
- backend
- models
- persistence
- services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments