Skip to content

2.0.1

Latest

Choose a tag to compare

@forxer forxer released this 30 Oct 13:31

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