Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 470 Bytes

File metadata and controls

19 lines (10 loc) · 470 Bytes

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