feat: implement Database Manager module with encryption, CRUD operations, and migration management

This commit is contained in:
lborv
2025-09-27 18:06:50 +03:00
parent 2f848137ed
commit 0d5b2830ed
24 changed files with 541 additions and 303 deletions

View File

@ -7,3 +7,6 @@ DB_DATABASE=low_code_engine
# Application Configuration
NODE_ENV=development
PORT=3054
ENCRYPTION_KEY=12345678901234567890123456789012
IV_LENGTH=16