Commit Graph

10 Commits

Author SHA1 Message Date
Marvin Zhang
5f3ccfb84e feat: updated database model 2024-09-29 16:54:22 +08:00
Marvin Zhang
5d2d78b840 feat: updated database model 2024-09-23 15:33:26 +08:00
Marvin Zhang
f97a813ea2 feat: added database table rows crud 2024-09-11 17:45:04 +08:00
Marvin Zhang
b67055e854 feat: added index operations for mysql service 2024-09-04 17:07:32 +08:00
Marvin Zhang
de188d358a feat: updated database services 2024-09-02 19:01:58 +08:00
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