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
- @luong-komorebi made their first contribution in #4
This update introduces a more flexible way to configure database connections and enhances the documentation with practical examples.
Full Changelog: v1...v1.1