Using Laravel service provider to override connector classes

前端 未结 2 2003
南笙
南笙 2021-01-13 14:38

I\'m working in Laravel 5.2 and I\'m trying to make it work with Vertica. A couple of months ago, my colleague and I came up with this solution, but we\'re now trying to mak

2条回答
  •  不要未来只要你来
    2021-01-13 15:08

    I couldn't use Illumitane query builder with Vertica fully value through the PostgresConnector connector. Thats why I make laravel-ready VerticaConnector, whos installing by 1 command:

    composer require mixartemev/dbal-vertica-driver
    

提交回复
热议问题