MYWOT
Child safety
N/A
Confidence
0%
Trustworthiness
N/A
Confidence
0%
MALICIOUS CONTENT INDICATORS
Cqlengine.readthedocs.io most likely does not offer any malicious content.
Secure connection support
HTTPS
Cqlengine.readthedocs.io provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Cqlengine.readthedocs.io most likely does not offer any adult content.
Popular pages
-
cqlengine documentation — cqlengine 0.21.0 documentation
#first, define a model from cqlengine import columns from cqlengine import Model class ExampleModel(Model): example_id = columns.UUID(primary_key=True, default=uuid.uuid4) example_type ...