waaseyaa/database-legacy
最新稳定版本:v0.1.0-alpha.179
Composer 安装命令:
composer require waaseyaa/database-legacy
包简介
Database adapter wrapping Drupal DBAL. Interim until Doctrine migration.
README 文档
README
Layer 0 — Foundation
PDO-based database abstraction for Waaseyaa applications.
Provides PdoDatabase with a fluent query builder (select(), insert(), update(), delete()), LIKE-safe escaping, and FETCH_ASSOC mode to avoid duplicate numeric-indexed columns. PdoDatabase::createSqlite() creates an in-memory SQLite instance for tests. DatabaseInterface intentionally omits getPdo(); use PdoDatabase directly when raw PDO access is needed.
Key classes: PdoDatabase, DatabaseInterface, PdoSelect.
统计信息
- 总下载量: 6.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 15
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-03-14