yao/dsl
Max e275116022 Refactor Store Management to Replace Badger with Xun
- Removed references to Badger in the `utils.go` and `utils_test.go` files, replacing it with Xun as the primary data store.
- Updated test cases and comments to reflect the change in store preference, ensuring consistency across the codebase.
- Adjusted the testing guide to provide accurate information regarding store management and fallback options.
2025-12-22 09:27:32 +08:00
..
api Refactor DSL management by introducing IO interfaces for database and file system operations 2025-07-15 12:25:56 +08:00
connector Implement enhanced loading, unloading, and validation for YaoConnector 2025-07-16 12:33:48 +08:00
io Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00
mcp Update go.mod and go.sum to include new indirect dependencies 2025-07-16 15:16:19 +08:00
model Refactor 'readable' field to 'readonly' in model and database handling 2025-07-16 11:39:36 +08:00
types Refactor Store Management to Replace Badger with Xun 2025-12-22 09:27:32 +08:00
dsl.go Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00
dsl_test.go Enhance DSL error handling and metadata management 2025-07-16 16:15:16 +08:00