``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

