文件名称:laracache:Laravel软件包使用ODBC提供InterSystems缓存作为数据源
文件大小:40KB
文件格式:ZIP
更新时间:2024-06-13 00:37:30
laravel cache intersystems-cache unixodbc odbc-driver
用于Laravel 5和6(ODBC)的InterSystemsCaché提供程序 拉拉卡奇 Laracaché是InterSystems的缓存数据库驱动程序包 。 Laracaché是的扩展,它使用扩展与Caché进行通信。 该软件包与一起使用时效果很好。 快速安装 composer require jeandormehl/laracache 服务提供商(在Laravel 5.5+上为可选) 通过编辑config/app.php注册Laracaché,找到provider密钥并添加: Laracache \ Cache \ ServiceProvider ::class 环境变量 修改您的.env文件,使其看起来与此类似。 Windows用户仅需要设置DB_CONNECTION和DB_WIN_DSN变量。 Unix用户应设置所有其他变量,如下所示: DB_CONNECTION=
【文件预览】:
laracache-master
----composer.json(1KB)
----.travis.yml(138B)
----phpunit.xml(1006B)
----config()
--------isc.php(1014B)
----composer.lock(127KB)
----phpcs.xml(3KB)
----tests()
--------CacheConnectorTest.php(2KB)
--------CacheSchemaGrammarTest.php(19KB)
--------CacheQueryBuilderTest.php(37KB)
--------CacheEloquentTest.php(2KB)
----.php_cs(5KB)
----src()
--------Pdo()
--------Cache()
----LICENSE.md(1KB)
----.gitignore(76B)
----README.md(6KB)
----.editorconfig(270B)
----.gitattributes(111B)