mirror of
https://github.com/danog/AsyncOrm.git
synced 2024-11-26 12:24:59 +01:00
Cleanup
This commit is contained in:
parent
e6c87ecfaa
commit
2fbe48943c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
env:
|
||||
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
|
||||
run: |
|
||||
infection --show-mutations --threads=$(nproc)
|
||||
infection --show-mutations
|
||||
|
||||
- name: Run Psalm analysis
|
||||
run: |
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Async ORM
|
||||
|
||||
Async ORM based on amphp, created by Daniil Gentili <daniil@daniil.it> and Alexander Pankratov <alexander@i-c-a.su>.
|
||||
Async ORM based on AMPHP v3 and fibers, created by Daniil Gentili <daniil@daniil.it> and Alexander Pankratov <alexander@i-c-a.su>.
|
||||
|
||||
Supports MySQL, Redis, Postgres.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user