Subject Laravel Firebird driver for dialect 1 databases?
Author

I know and I have used Laravel Firebird driver for dialect 3 databases:

jacquestvanzuydam/laravel-firebird

But are there driver for dialect 1 database? Is it hard to port the mentioned driver for dialect 1 databases? I guess, it is really hard, because this driver delegates as much as possible to the Laravel base pacakges and Laravel code expects and process all the queries as standard compliant. ...