bingo-soft/mybatis

MyBatis SQL映射框架的PHP版本

1.4.6 2023-12-25 06:39 UTC

This package is auto-updated.

Last update: 2024-09-25 08:06:29 UTC


README

Latest Stable Version Minimum PHP Version License: MIT Scrutinizer Code Quality

关于

MyBatis SQL映射框架的PHP版本

安装

使用Composer安装MyBatis for PHP

composer require bingo-soft/mybatis

运行测试的前提条件

当前阶段,MyBatis已针对Postgresql和MySQL数据库进行测试。要运行测试,您需要首先创建这些数据库

- aname
- arrayresulttype
- automapping
- blog
- ibtest
- includes
- ognl_enum
- ognlstatic
- unmapped  

默认情况下,测试配置为针对MySQL数据库运行。因此,如果您需要在Postgresql上测试,请更改所有配置文件。

运行测试

./vendor/bin/phpunit ./tests

致谢

此库是Java MyBatis 的移植。