Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miguelgrinberg/alchemical

SQLAlchemy 2.0+ wrapper that simplifies its use in Python applications. Can be used on its own or alongside Flask, FastAPI or other web frameworks.
https://github.com/miguelgrinberg/alchemical

python sqlalchemy

Last synced: about 1 month ago
JSON representation

SQLAlchemy 2.0+ wrapper that simplifies its use in Python applications. Can be used on its own or alongside Flask, FastAPI or other web frameworks.

Awesome Lists containing this project

README

        

# alchemical
Modern SQLAlchemy simplified.

[![Build status](https://github.com/miguelgrinberg/alchemical/workflows/build/badge.svg)](https://github.com/miguelgrinberg/alchemical/actions) [![codecov](https://codecov.io/gh/miguelgrinberg/alchemical/branch/main/graph/badge.svg)](https://codecov.io/gh/miguelgrinberg/alchemical)

## Resources

- [Documentation](http://alchemical.readthedocs.io/en/stable/)
- [PyPI](https://pypi.python.org/pypi/alchemical)
- [Change Log](https://github.com/miguelgrinberg/alchemical/blob/main/CHANGES.md)