Installation

PyPI

To obtain the stable version, simply install the falcon-sqla package from PyPi:

$ pip install falcon-sqla

Note

falcon-sqla requires the following environment to run:

  • Python 3.8 or newer; both CPython and PyPy are supported.

  • Falcon 3.0.0 or newer (4.0+ is recommended).

  • SQLAlchemy 2.0.0 or newer.

GitHub

To install the latest commit directly from GitHub:

$ pip install git+https://github.com/vytas7/falcon-sqla