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:

It’s designed to work on it’s own, but it equally as well when integrated with your favorite web framework.

We’ve built extensions for some of the most popular frameworks, so you can get the most out of Advanced Alchemy with minimal effort.

If your framework is not listed, don’t worry! Advanced Alchemy is designed to be modular and easily integrated with any Python web framework. Join our discord and we’ll help you get started.

Installation

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

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