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: 2025-03-29 06:40:52 UTC
README
前言
>hyperf-sqlite 衍生于 illuminate/database,大部分代码和其一致,只对hyperf进行了一适配,在这里感谢一下 Laravel 开发组。