hiblaphp/sql
Composer 安装命令:
composer require hiblaphp/sql
包简介
SQL client contracts for Hibla sql database libraries
README 文档
README
Common SQL contracts and utilities for Hibla database clients.
Overview
Hibla\Sql is a foundational package that provides standardized interfaces, exceptions, and utilities for building asynchronous SQL database clients in the Hibla ecosystem. It establishes a common contract that enables interchangeable database implementations while maintaining type safety and consistent developer experience.
Features
- Unified Interface: Common
SqlClientInterfacefor all database clients (MySQL, PostgreSQL, etc.) - Type-Safe Results: Generic
Resultinterface for query results with full metadata - Transaction Support: Standardized transaction isolation levels and interfaces
- Exception Hierarchy: Comprehensive exception types for robust error handling
- Promise-Based: Built on
Hibla\Promisefor fully asynchronous operations - Connection Pooling: Contracts for efficient connection pool management
Installation
composer require hiblaphp/sql
统计信息
- 总下载量: 680
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-17