aweitian/db-reflection

获取数据库信息和表信息

Installs: 167

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aweitian/db-reflection

3.0.1 2019-11-07 02:28 UTC

This package is auto-updated.

Last update: 2025-10-07 15:25:20 UTC


README

安装组件

使用 composer 命令进行安装或下载源代码使用。

composer require aweitian/db-reflection

单元测试

需要数据库garri

./vendor/bin/phpunit

$info = new Table ('gg', $this->con, $this->cache);
$info->getColumnNames()