james-pro/james-db
最新稳定版本:1.0.1
Composer 安装命令:
composer require james-pro/james-db
包简介
PDO Wrapper
README 文档
README
Requirements
- PHP version 8.0 or higher
Easy Installation
Install with composer
To install with Composer, simply require the latest version of this package.
composer require james-pro/james-db
Make sure that the autoload file from Composer is loaded.
How to use
use JamesPro\JamesDb; try{ $db = Db($dsn, $user, $passwd); }catch(PDOException $exception){ print_r($exception); } $db->select($table,$where,$params,$fields); // $db = []
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-11-16