📄️ Overview
The CRUD framework is a lightweight and efficient data management solution that provides APIs for executing DQL (Data Query Language), DML (Data Manipulation Language), and batch DML operations. It dynamically connects to multiple databases based on the environment header passed in API requests.
📄️ Key Features
- Multiple Database Connectivity: Supports connecting to different databases dynamically based on environment headers.
📄️ Configuration Management
Query Storage in Git YAML
📄️ Security and Authentication
- Authentication: OAuth2 / JWT-based authentication.
📄️ Development and Devops
- Source Control: Queries and configurations are managed via Git.
📄️ Benefits
- Centralized Query Management: All queries are version-controlled in Git for easy updates and rollbacks.
📄️ FAQs / Help / Training Videos
- How to add a new query?