firezihai / hyperf-sqlite
hyperf 的 sqlite 数据库组件
v1.0.0
2024-02-04 10:10 UTC
Requires
- php: >=8.0
- doctrine/dbal: ^3.8
- hyperf/database: ^3.0
- hyperf/event: ^3.0
- hyperf/framework: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: >=7.0
- swoole/ide-helper: ^4.5
Suggests
- swow/swow: Required to create swow components.
This package is not auto-updated.
Last update: 2024-09-28 04:25:41 UTC
README
前言
>hyperf-sqlite 是从 illuminate/database 衍生出来的,大部分代码与其一致,只对 hyperf 进行了适配,在此感谢 Laravel 开发组。