modern-python / litestar-sqlalchemy-template

Dockerized web application on LiteStar, SQLAlchemy2, PostgreSQL

Repository from Github https://github.commodern-python/litestar-sqlalchemy-templateRepository from Github https://github.commodern-python/litestar-sqlalchemy-template

Async template on LiteStar and SQLAlchemy 2

Test Coverage GitHub issues GitHub forks GitHub stars

Description

Production-ready dockerized async REST API on LiteStar with SQLAlchemy and PostgreSQL

Key Features

  • tests on pytest with automatic rollback after each test case
  • IOC (Inversion of Control) container built on modern-di - my DI framework
  • Linting and formatting using ruff and mypy
  • Alembic for DB migrations

After git clone run

just --list

About

Dockerized web application on LiteStar, SQLAlchemy2, PostgreSQL

License:MIT License


Languages

Language:Python 93.3%Language:Just 2.9%Language:Dockerfile 2.0%Language:Mako 1.8%