The template uses SQLAlchemy ORM for its database connection and database models integration. Its is currently setup with postgres, however you can change it to any other database that is supported by ...
. ├── .github │ └── workflows │ ├── ci.yml │ └── docs-pages.yml ├── .gitignore ├── .pre-commit-config.yaml ├── .python ...