Download the PHP package zwei/brief-db without Composer
On this page you can find all versions of the php package zwei/brief-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zwei/brief-db
More information about zwei/brief-db
Files in zwei/brief-db
Download zwei/brief-db
More information about zwei/brief-db
Files in zwei/brief-db
Please rate this library. Is it a good library?
Informations about the package brief-db
brief-db
brief-db为了减少Doctrine2数据库操作的一些重复工作
驱动类型 | 驱动名 | 是否支持 |
---|---|---|
MYSQL | mysql | 支持 |
Sqlite | sqlite | 暂不支持(未开发) |
1 安装(Install)
- 通过Composer安装
创建composer.json文件,并写入以下内容:
执行composer install
- 请在项目根目录增加下创建"config/db.php"文件增加一下内容:
2. 所有驱动名都在lib\Database\Driver\DriverName.php中定义
3. 数据操作
4. 获取配置文件
单元测试使用
--bootstrap 在测试前先运行一个 "bootstrap" PHP 文件
- --bootstrap引导测试: phpunit --bootstrap ./tests/TestInit.php ./tests/ 测试打印原生sql
- phpunit --bootstrap ./tests/TestInit.php ./tests/Database/DbTest.php --filter testGetRawSql
All versions of brief-db with dependencies
PHP Build Version
Package Version
Requires
doctrine/dbal Version
v2.5.*
The package zwei/brief-db contains the following files
Loading the files please wait ....