OSF 数据库管理器

3.0.0 2018-02-26 14:34 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:09:16 UTC


README

基于 Zend Db 的数据库管理机制,由 OSF Generator 生成的静态模型。

安装

您需要至少 php 7.1 和 composer

sudo apt install composer

通过 composer 在您的应用程序中

这是在非 OSF 项目中使用此功能的首选方法。

只需在您的 composer.json 文件中添加 osflab/db

从 github

测试组件或参与其开发。

git clone https://github.com/osflab/db.git
cd db && composer update

单元测试启动

vendor/bin/runtests