File: management.rst

package info (click to toggle)
python-cassandra-driver 3.29.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,144 kB
  • sloc: python: 51,532; ansic: 768; makefile: 136; sh: 13
file content (19 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
``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