1 Star 0 Fork 0

YC18210427950 / orm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
migrations-db.php 169 Bytes
一键复制 编辑 原始数据 按行查看 历史
yc17734027950 提交于 2021-07-15 10:00 . -Migrations
<?php
return [
'driver' => 'pdo_mysql',
'host' => '127.0.0.1',
'port' => 3306,
'user' => 'root',
'password' => 'root',
'dbname' => 'orm_test',
];
PHP
1
https://gitee.com/yc18210427950/orm.git
git@gitee.com:yc18210427950/orm.git
yc18210427950
orm
orm
2.0

搜索帮助