compucie/database
最新稳定版本:6.0.0
Composer 安装命令:
composer require compucie/database
包简介
Library of database managers used by Newton's systems.
README 文档
README
Creating the databases and tables
Each DBM has a createTable() method that automatically creates the tables for the DBMs database. The database itself still has to be created by you. Remember that the DBM's user needs to have permission to create tables if you want to use this method.
Using the DBM
The DBMs have multiple methods for operations that they can perform on the database. What each method does and how it is used is added as PHPDoc in the source code and this should be sufficient for you to be able to learn how to work with the DBMs.
You can add more operations by either modifying the DBM or by subclassing it. Pull requests are welcome if you have made modification that you believe might also be useful for others.
统计信息
- 总下载量: 88
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-23