Ormar backend support (#470)

* Add db adapter for ormar (wip)

* finish ormar support enough to pass tests

* remove idea folder

* update ormar version in tool.flit.metadata.requires-extra

* Add documentation about ormar

* Apply isort and black formatting

* Restore python 3.7 in Pipfile

* Update build.yml

* Add missing test for ormar update

* changes after review

Co-authored-by: Paolo Dina <paolo.dina@codingmoth.com>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
Paolo Dina
2021-02-07 09:34:40 +01:00
committed by GitHub
parent 469d9e73cc
commit 579313f887
18 changed files with 617 additions and 35 deletions

View File

@@ -37,7 +37,6 @@ jobs:
pipenv run flit build
pipenv run flit install --python $(which python)
python test_build.py
release:
runs-on: ubuntu-latest
needs: test