LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
docs/conf.py
docs/index.rst
docs/installation.rst
docs/usage.rst
docs/api/advanced.rst
docs/api/asyncio_client.rst
docs/api/blocking_client.rst
docs/api/codegen.rst
docs/api/types.rst
edgedb/__init__.py
edgedb/_taskgroup.py
edgedb/_testbase.py
edgedb/_version.py
edgedb/abstract.py
edgedb/asyncio_client.py
edgedb/base_client.py
edgedb/blocking_client.py
edgedb/color.py
edgedb/con_utils.py
edgedb/connresource.py
edgedb/credentials.py
edgedb/describe.py
edgedb/enums.py
edgedb/introspect.py
edgedb/options.py
edgedb/platform.py
edgedb/py.typed
edgedb/transaction.py
edgedb.egg-info/PKG-INFO
edgedb.egg-info/SOURCES.txt
edgedb.egg-info/dependency_links.txt
edgedb.egg-info/entry_points.txt
edgedb.egg-info/not-zip-safe
edgedb.egg-info/requires.txt
edgedb.egg-info/top_level.txt
edgedb/ai/__init__.py
edgedb/ai/core.py
edgedb/ai/types.py
edgedb/codegen/__init__.py
edgedb/codegen/__main__.py
edgedb/codegen/cli.py
edgedb/codegen/generator.py
edgedb/datatypes/__init__.pxd
edgedb/datatypes/__init__.py
edgedb/datatypes/args.c
edgedb/datatypes/comp.c
edgedb/datatypes/config_memory.pxd
edgedb/datatypes/config_memory.pyx
edgedb/datatypes/datatypes.c
edgedb/datatypes/datatypes.h
edgedb/datatypes/datatypes.pxd
edgedb/datatypes/datatypes.pyx
edgedb/datatypes/date_duration.pxd
edgedb/datatypes/date_duration.pyx
edgedb/datatypes/enum.pyx
edgedb/datatypes/freelist.h
edgedb/datatypes/hash.c
edgedb/datatypes/internal.h
edgedb/datatypes/link.c
edgedb/datatypes/linkset.c
edgedb/datatypes/namedtuple.c
edgedb/datatypes/object.c
edgedb/datatypes/pythoncapi_compat.h
edgedb/datatypes/range.py
edgedb/datatypes/record_desc.c
edgedb/datatypes/relative_duration.pxd
edgedb/datatypes/relative_duration.pyx
edgedb/datatypes/repr.c
edgedb/errors/__init__.py
edgedb/errors/_base.py
edgedb/errors/tags.py
edgedb/pgproto/__init__.pxd
edgedb/pgproto/__init__.py
edgedb/pgproto/buffer.pxd
edgedb/pgproto/buffer.pyx
edgedb/pgproto/consts.pxi
edgedb/pgproto/cpythonx.pxd
edgedb/pgproto/debug.h
edgedb/pgproto/debug.pxd
edgedb/pgproto/frb.pxd
edgedb/pgproto/frb.pyx
edgedb/pgproto/hton.h
edgedb/pgproto/hton.pxd
edgedb/pgproto/pgproto.c
edgedb/pgproto/pgproto.pxd
edgedb/pgproto/pgproto.pyi
edgedb/pgproto/pgproto.pyx
edgedb/pgproto/tohex.h
edgedb/pgproto/tohex.pxd
edgedb/pgproto/types.py
edgedb/pgproto/uuid.pyx
edgedb/pgproto/codecs/__init__.pxd
edgedb/pgproto/codecs/bits.pyx
edgedb/pgproto/codecs/bytea.pyx
edgedb/pgproto/codecs/context.pyx
edgedb/pgproto/codecs/datetime.pyx
edgedb/pgproto/codecs/float.pyx
edgedb/pgproto/codecs/geometry.pyx
edgedb/pgproto/codecs/hstore.pyx
edgedb/pgproto/codecs/int.pyx
edgedb/pgproto/codecs/json.pyx
edgedb/pgproto/codecs/jsonpath.pyx
edgedb/pgproto/codecs/misc.pyx
edgedb/pgproto/codecs/network.pyx
edgedb/pgproto/codecs/numeric.pyx
edgedb/pgproto/codecs/pg_snapshot.pyx
edgedb/pgproto/codecs/text.pyx
edgedb/pgproto/codecs/tid.pyx
edgedb/pgproto/codecs/uuid.pyx
edgedb/protocol/__init__.py
edgedb/protocol/asyncio_proto.c
edgedb/protocol/asyncio_proto.pxd
edgedb/protocol/asyncio_proto.pyx
edgedb/protocol/blocking_proto.c
edgedb/protocol/blocking_proto.pxd
edgedb/protocol/blocking_proto.pyx
edgedb/protocol/consts.pxi
edgedb/protocol/cpythonx.pxd
edgedb/protocol/lru.pxd
edgedb/protocol/lru.pyx
edgedb/protocol/protocol.c
edgedb/protocol/protocol.pxd
edgedb/protocol/protocol.pyx
edgedb/protocol/protocol_v0.pxd
edgedb/protocol/protocol_v0.pyx
edgedb/protocol/codecs/array.pxd
edgedb/protocol/codecs/array.pyx
edgedb/protocol/codecs/base.pxd
edgedb/protocol/codecs/base.pyx
edgedb/protocol/codecs/codecs.pxd
edgedb/protocol/codecs/codecs.pyx
edgedb/protocol/codecs/edb_types.pxi
edgedb/protocol/codecs/enum.pxd
edgedb/protocol/codecs/enum.pyx
edgedb/protocol/codecs/namedtuple.pxd
edgedb/protocol/codecs/namedtuple.pyx
edgedb/protocol/codecs/object.pxd
edgedb/protocol/codecs/object.pyx
edgedb/protocol/codecs/range.pxd
edgedb/protocol/codecs/range.pyx
edgedb/protocol/codecs/scalar.pxd
edgedb/protocol/codecs/scalar.pyx
edgedb/protocol/codecs/set.pxd
edgedb/protocol/codecs/set.pyx
edgedb/protocol/codecs/tuple.pxd
edgedb/protocol/codecs/tuple.pyx
edgedb/scram/__init__.py
edgedb/scram/saslprep.py
tests/__init__.py
tests/bench_uuid.py
tests/credentials1.json
tests/test_async_query.py
tests/test_async_retry.py
tests/test_async_tx.py
tests/test_asyncio_client.py
tests/test_blocking_client.py
tests/test_codegen.py
tests/test_con_utils.py
tests/test_connect.py
tests/test_credentials.py
tests/test_datetime.py
tests/test_enum.py
tests/test_errors.py
tests/test_globals.py
tests/test_memory.py
tests/test_namedtuples.py
tests/test_proto.py
tests/test_scram.py
tests/test_sourcecode.py
tests/test_state.py
tests/test_sync_query.py
tests/test_sync_retry.py
tests/test_sync_tx.py
tests/test_vector.py
tests/datatypes/__init__.py
tests/datatypes/test_datatypes.py
tests/datatypes/test_uuid.py
tests/shared-client-testcases/connection_testcases.json
tests/shared-client-testcases/project_path_hashing_testcases.json