Subject | Laravel Firebird driver for dialect 1 databases? |
---|---|
Author | |
Post date | 2016-07-27T14:27:10Z |
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. ...