Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-python.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Package faunadb

Expand source code
__title__ = "FaunaDB"
__version__ = "4.0.1"
__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