Commit Graph

7 Commits

Author SHA1 Message Date
GW_MC
56c1161e97 Change database log level to debug 2025-11-25 21:17:03 +08:00
GW_MC
3de9ecc5c1 remove unused returns, and reexport ConnectOption
All checks were successful
Test / verify-generated-code (pull_request) Successful in 1m38s
Test / test (pull_request) Successful in 3m30s
Test / lint (pull_request) Successful in 3m57s
2025-11-19 21:02:28 +08:00
GW_MC
d05d660198 Update generated entities with cli crate approach 2025-11-13 21:27:01 +08:00
GW_MC
829c4ef3e3 Add CLI application with database migration and entity generation commands
- Introduced a new CLI application in the `apps/cli` directory.
- Implemented commands for database migration and entity generation.
- Updated `Cargo.toml` files to include necessary dependencies.
- Enhanced the `justfile` to facilitate CLI command execution.
- Modified workspace configuration to include the new CLI application.
2025-11-13 21:26:31 +08:00
GW_MC
6138e4b2b3 Add missing shared library 2025-11-13 20:34:29 +08:00
GW_MC
25c0756e70 Add generated database entity, just recipe and fix config table missing PK 2025-11-13 20:13:05 +08:00
GW_MC
706a6c76f9 init basic database folder structure 2025-11-11 20:28:49 +08:00