Top

gludb.backends module

This sub-package contains all backends available in gludb. In general, you shouldn't need to directly use any of the classes here since they will be created and managed for you via the mappings available in gludb.config

"""This sub-package contains all backends available in gludb. In general,
you shouldn't need to directly use any of the classes here since they will be
created and managed for you via the mappings available in gludb.config
"""

Sub-modules

gludb.backends.dynamodb

gludb.backends.dynamodb - backend dynamodb database module.

gludb.backends.gcd

gludb.backends.gcd - backend Google Cloud Datastore module.

gludb.backends.mongodb

MongoDB backend.

gludb.backends.postgresql

gludb.backends.postgresql - backend postgresql database module.

gludb.backends.sqlite

gludb.backends.sqlite - backend sqlite database module.