Files
deb-python-sqlalchemy-utils/docs/database_helpers.rst
2013-11-13 08:12:27 +02:00

48 lines
610 B
ReStructuredText

Database helpers
================
.. module:: sqlalchemy_utils.functions
is_indexed_foreign_key
^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: is_indexed_foreign_key
non_indexed_foreign_keys
^^^^^^^^^^^^^^^^^^^^^^^^
.. autofunction:: non_indexed_foreign_keys
database_exists
^^^^^^^^^^^^^^^
.. autofunction:: database_exists
create_database
^^^^^^^^^^^^^^^
.. autofunction:: create_database
drop_database
^^^^^^^^^^^^^^
.. autofunction:: drop_database
render_expression
^^^^^^^^^^^^^^^^^
.. autofunction:: render_expression
render_statement
^^^^^^^^^^^^^^^^
.. autofunction:: render_statement