carminemm/query-craft
最新稳定版本:v0.2.15
Composer 安装命令:
composer require carminemm/query-craft
包简介
ORM based on Data Mapper pattern, able to connect to MySQL and Postgres
README 文档
README
Query Craft is an ORM, ETL and Migrations based on Data Mapper pattern, able to connect to MySQL, Postgres and SQL Server.
Installation
composer require carminemm/query-craft
Usage
use CarmineMM\QueryCraft\Facades\Connection; use CarmineMM\QueryCraft\Data\Model; Connection::connect(config: [ 'driver' => 'mysql', 'host' => '127.0.0.1', 'username' => 'root', 'password' => '', 'database' => '', 'options' => [], // PDO options ]); $model = new Model('star_client'); $model->setTable('products'); $data = $model->all();
Documentación
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-06-17