aweitian/db-reflection

获取数据库信息和表信息

3.0.1 2019-11-07 02:28 UTC

This package is auto-updated.

Last update: 2024-05-07 12:14:57 UTC


README

安装组件

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

composer require aweitian/db-reflection

单元测试

需要数据库garri

./vendor/bin/phpunit

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