Commit Graph

5 Commits

Author SHA1 Message Date
Marvin Zhang
490f3fea1d feat: updated database services 2024-08-29 17:21:18 +08:00
Marvin Zhang
b4ff01e2d5 feat: added hash to models 2024-08-26 18:33:46 +08:00
Marvin Zhang
5e81712a45 feat: added modify table 2024-08-18 22:01:55 +08:00
Marvin Zhang
79a4cb1d46 🚀 feat: add IsDefault field to DatabaseV2 model
🔨 refactor: modify GetDatabaseList, GetDatabaseById, PostDatabaseTestConnection, and GetDatabaseMetadata functions
🐞 fix: GetDatabaseById and GetMetadata functions in MongoService
🔧 chore: add GetDefaultDatabase and GetDatabaseById functions to utils file
2024-08-06 15:35:36 +08:00
Marvin Zhang
cdd6c24b01 feat: Update database models to use DatabaseV2 instead of DataSourceV2
This commit updates the database models and related functions to use the new DatabaseV2 struct instead of the deprecated DataSourceV2 struct. This change ensures consistency and clarity in the codebase.
2024-08-06 11:34:16 +08:00