48 lines
610 B
ReStructuredText
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
|