Commit Graph

4 Commits

Author SHA1 Message Date
Yeuoly dfc9622e91 feat(db): enhance database configuration with charset and extras support (#347)
- Updated .env.example to include DB_EXTRAS and DB_CHARSET variables.
- Refactored InitPluginDB functions for PostgreSQL and MySQL to accept a configuration struct, allowing for more flexible database connection settings.
- Adjusted connection pool settings to utilize new configuration options for charset and extras.

This change improves the configurability of database connections and prepares the codebase for future enhancements.
2025-06-18 12:08:56 +08:00
quicksand 2858ac210c optimize (db): add db pool config (#251) 2025-04-30 15:36:35 +08:00
He Wang 8579ec2eac fix mysql create and add test for mysql transaction (#202) 2025-04-14 20:00:21 +08:00
He Wang d4aefed92c support to use mysql as plugin db 2025-03-23 14:41:45 +08:00