Skip to content
Compare
Choose a tag to compare
@DevGlitch DevGlitch released this 13 Jun 21:39
· 1 commit to main since this release
3554713

What's Changed

🚀 New Features

  • db_url Parameter: Simplify database configuration by specifying the entire connection string in one parameter. Supports PostgreSQL, MySQL, and SQLite. (Thanks to @luong-komorebi for this feature!)

🛠️ Improvements

  • Flexible Configuration: Use the db_url parameter for ease or individual parameters for detailed configuration.
  • Documentation Updates: Added examples demonstrating the use of the db_url parameter for PostgreSQL, MySQL, and SQLite.

Thanks to the following contributors for their efforts in this release: @luong-komorebi, @DevGlitch

New Contributors


This update introduces a more flexible way to configure database connections and enhances the documentation with practical examples.

Full Changelog: v1...v1.1