pipe/sql
最新稳定版本:v0.1.0
Composer 安装命令:
composer require pipe/sql
包简介
Blazingly fast php sql util
README 文档
README
Simple, purephp blazinglyfast Database helper(?)
Installation
composer require pipe/sql
Usage
Instantiate the class directly, or find a way to Singletonize it in your project.
$db = (new Pipe\SQL())->connect($host, $user, $pass, $name);
$db->raw("SELECT * FROM users")->all();
Philosophy
- Small is Beautiful.
- Do one thing,
- Do one thing well.
- Get the PoC out ASAP.
- Consider your code dead two weeks after inception.
- n'joy!
sounds familiar? It should!
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-21