Getting Started

Advanced Alchemy is a carefully crafted, thoroughly tested, optimized companion library for SQLAlchemy, offering useful and easy-to-use features for your database projects.

See also

It is built on:

Installation

Installing advanced-alchemy is as easy as calling your favorite Python package manager:

Using pip
python3 -m pip install advanced-alchemy
Using pipx
pipx install advanced-alchemy
Using PDM
pdm add advanced-alchemy
Using Poetry
poetry add advanced-alchemy

Usage

Todo

Add usage instructions