Commit Graph

10 Commits

Author SHA1 Message Date
Marvin Zhang
64d664b307 feat: updated database model 2024-09-29 16:54:22 +08:00
Marvin Zhang
204021d962 feat: updated database model 2024-09-23 15:33:26 +08:00
Marvin Zhang
4807c0a497 feat: added database table rows crud 2024-09-11 17:45:04 +08:00
Marvin Zhang
aa0cb96936 feat: added index operations for mysql service 2024-09-04 17:07:32 +08:00
Marvin Zhang
f566689738 feat: updated database services 2024-09-02 19:01:58 +08:00
Marvin Zhang
a8ab6af7b2 feat: updated database services 2024-08-29 17:21:18 +08:00
Marvin Zhang
08d1acb15e feat: added hash to models 2024-08-26 18:33:46 +08:00
Marvin Zhang
fdea835d53 feat: added modify table 2024-08-18 22:01:55 +08:00
Marvin Zhang
1197c05316 🚀 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
5e73467883 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