lvyubing/think-firebird

Firebird driver for thinkphp5

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:think-extend

dev-master 2018-11-21 02:03 UTC

This package is auto-updated.

Last update: 2025-07-21 23:03:36 UTC


README

首先在php.ini开启 php_pdo_firebird 扩展

然后,配置应用的数据库配置文件database.phptype参数为:

'type'  =>  '\think\firebird\Connection',