lazysql
lazysql copied to clipboard
feat: Add support for separate application and database configuration
- Introduced a new DatabaseConfig struct to manage database-specific settings.
- Updated the application to load both application and database configurations from their respective TOML files.
- Enhanced README to document the new configuration structure and file locations.
- Facilitating more UI and theme configuration modifications in the future.