shubinmi / ant-orm-php
Ant ORM. 简单地操作您的数据。
1.5.0
2017-09-21 15:58 UTC
Requires
- php: >=5.4
Requires (Dev)
- ext-mysqlnd: *
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-09-19 16:33:37 UTC
README
简单操作数据的方法
概念 - 了解其位置和目的。该ORM的规则 - 具有灵活性且不具侵入性。
安装
使用以下命令安装最新版本
$ composer require shubinmi/ant-orm-php
基本用法
查看tests文件夹
安全贡献
确保没有任何东西损坏
MySql
- 通过以下命令初始化数据库
php ./tets/Mysql/init/init.php -h 127.0.0.1 -u root -p root
- 通过以下命令运行测试
./vendor/phpunit/phpunit/phpunit --bootstrap ./tests/Mysql/boot.php ./tests/Mysql/