Download the PHP package guanhui07/database without Composer
On this page you can find all versions of the php package guanhui07/database. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package database
基于Swoole 封装的连接池
以及适配了illuminate/database
目前基于PDO规范 支持MySQL,SQL Server,Postgres和SQLite。
1. 安装
2. 创建配置
实例
3. 设置
4. 使用协程环境模拟Swoole 的任务执行
model 用法和laravel orm 一致
类laravel orm DB
我的其他包:
https://github.com/guanhui07/dcr 借鉴Laravel实现的 PHP Framework ,FPM模式、websocket使用的workerman、支持容器、PHP8特性attributes实现了路由注解、中间件注解、Laravel Orm等特性
https://github.com/guanhui07/redis Swoole模式下 Redis连接池
https://github.com/guanhui07/facade facade、门面 fpm模式下可使用
https://github.com/guanhui07/dcr-swoole-crontab 基于swoole实现的crontab秒级定时任务
https://github.com/guanhui07/timer php定时器,参考了workerman源码 实现一个单进程(守护进程)的定时器。
https://github.com/guanhui07/database 基于 illuminate/database 做的连接池用于适配Swoole的协程环境
https://github.com/guanhui07/dcr-swoole 高性能PHP Framework ,Cli模式,基于Swoole实现,常驻内存,协程框架,支持容器、切面、PHP8特性attributes实现了路由注解、中间件注解、支持Laravel Orm等特性
https://github.com/guanhui07/open-ai open-ai chatgpt调用
All versions of database with dependencies
illuminate/database Version ^8.0
symfony/console Version ^5.1
ext-pdo Version *