Replace Doctrine DBAL with Laravel native methods
- Remove doctrine/dbal dependency completely
- Use native Laravel database introspection (SHOW TABLES, SHOW COLUMNS, information_schema)
- Fix compatibility with Laravel 11+ where Doctrine DBAL methods were removed
- Add support for MySQL, PostgreSQL, SQLite, and SQL Server
- Maintain full backward compatibility with existing functionality
Full Changelog: 2.0.0...2.0.1