lazysql icon indicating copy to clipboard operation
lazysql copied to clipboard

feat: Add support for separate application and database configuration

Open codeErrorSleep opened this issue 3 months ago • 0 comments

  • 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.

codeErrorSleep avatar Sep 04 '25 12:09 codeErrorSleep