Package faunadb

Expand source code
__title__ = "FaunaDB"
__version__ = "4.1.1"
__api_version__ = "4"
__author__ = "Fauna, Inc"
__license__ = "MPL 2.0"
__copyright__ = "2020 Fauna, Inc"

Sub-modules

faunadb.client
faunadb.client_logger
faunadb.deprecated
faunadb.errors

Error types that methods in the FaunaDB client throw.

faunadb.objects

Types used in queries and responses. See the docs <https://app.fauna.com/documentation/reference/queryapi#simple-type>__.

faunadb.page
faunadb.query

This module contains functions that generate query objects, suitable to be passed into :any:FaunaClient.query

faunadb.request_result
faunadb.streams