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 ...
A modern Python project template with comprehensive tooling, testing, and development setup. python-template/ ├── pyproject.toml # Modern Python configuration ├── README.md # This file ├── ...