Looking to hire Laravel developers? Try LaraJobs

laravel-odbc maintained by coraxster

Description
simple laravel odbc connector
Author
Last update
2018/12/27 09:50 (dev-master)
License
Links
Downloads
731

Comments
comments powered by Disqus

Laravel ODBC Driver

Simple ODBC Driver, connector whatever...

Installation

composer require coraxster/laravel-odbc

Config

add to config/db.php as usual

# ... config/db.php

	'hive' => [
	    'driver' => 'odbc',
	    'dsn' => 'DRIVER={YOUR_ODBC_DRIVER};Host=host.env;PORT=10000;Schema=default;',
	    'username' => '',
	    'password' => ''
	],
	
# ... where {YOUR_ODBC_DRIVER} is driver from odbcinst.ini or path to driver.so