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.
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:
python3 -m pip install advanced-alchemy
uv add advanced-alchemy
pipx install advanced-alchemy
pdm add advanced-alchemy
poetry add advanced-alchemy