.. _sqlalchemy-support:
.. _using-sqlalchemy:

==================
SQLAlchemy support
==================

`SQLAlchemy`_ is the most popular `Object-Relational Mapping`_ (ORM) library
for Python.

The `SQLAlchemy`_ CrateDB dialect is provided by the `sqlalchemy-cratedb`_
package.


.. _Object-Relational Mapping: https://en.wikipedia.org/wiki/Object-relational_mapping
.. _SQLAlchemy: https://www.sqlalchemy.org/
.. _sqlalchemy-cratedb: https://github.com/crate-workbench/sqlalchemy-cratedb
