You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add multi-database support with MySQL and SQLite dialects
- Add MySQL and SQLite dialect implementations with adapters
- Reorganize test structure with dedicated test-setups directory
- Add peer dependencies for multiple database drivers (pg, mysql2, better-sqlite3)
- Add database-specific test scripts for postgres, mysql, and sqlite
- Update .gitignore to exclude *E.md files
- Improve code formatting consistency across test files
- Update import paths to use reorganized test setup structure
0 commit comments