blob: fb483abc818125e96d6ad27d96ce76cebb213fc8 [file]
``cassandra.cqlengine.management`` - Schema management for cqlengine
========================================================================
.. module:: cassandra.cqlengine.management
A collection of functions for managing keyspace and table schema.
.. autofunction:: create_keyspace_simple
.. autofunction:: create_keyspace_network_topology
.. autofunction:: drop_keyspace
.. autofunction:: sync_table
.. autofunction:: sync_type
.. autofunction:: drop_table