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/_version.py
edgedb/abstract.py
edgedb/asyncio_client.py
edgedb/base_client.py
edgedb/blocking_client.py
edgedb/codegen.py
edgedb/color.py
edgedb/con_utils.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/ai/__init__.py
edgedb/ai/core.py
edgedb/ai/types.py
edgedb/datatypes/__init__.py
edgedb/datatypes/datatypes.py
edgedb/datatypes/range.py
edgedb/errors/__init__.py
edgedb/errors/_base.py
edgedb/errors/tags.py
edgedb/pgproto/__init__.py
edgedb/pgproto/pgproto.py
edgedb/pgproto/types.py
edgedb/protocol/__init__.py
edgedb/protocol/asyncio_proto.py
edgedb/protocol/blocking_proto.py
edgedb/protocol/protocol.py
edgedb/scram/__init__.py
edgedb/scram/saslprep.py
gel/__init__.py
gel/__main__.py
gel/_taskgroup.py
gel/_testbase.py
gel/_version.py
gel/abstract.py
gel/asyncio_client.py
gel/base_client.py
gel/blocking_client.py
gel/cli.py
gel/color.py
gel/con_utils.py
gel/connresource.py
gel/credentials.py
gel/describe.py
gel/enums.py
gel/introspect.py
gel/options.py
gel/platform.py
gel/py.typed
gel/transaction.py
gel.egg-info/PKG-INFO
gel.egg-info/SOURCES.txt
gel.egg-info/dependency_links.txt
gel.egg-info/entry_points.txt
gel.egg-info/not-zip-safe
gel.egg-info/requires.txt
gel.egg-info/top_level.txt
gel/ai/__init__.py
gel/ai/core.py
gel/ai/types.py
gel/codegen/__init__.py
gel/codegen/__main__.py
gel/codegen/cli.py
gel/codegen/generator.py
gel/datatypes/__init__.pxd
gel/datatypes/__init__.py
gel/datatypes/args.c
gel/datatypes/comp.c
gel/datatypes/config_memory.pxd
gel/datatypes/config_memory.pyx
gel/datatypes/datatypes.c
gel/datatypes/datatypes.h
gel/datatypes/datatypes.pxd
gel/datatypes/datatypes.pyx
gel/datatypes/date_duration.pxd
gel/datatypes/date_duration.pyx
gel/datatypes/enum.pyx
gel/datatypes/freelist.h
gel/datatypes/hash.c
gel/datatypes/internal.h
gel/datatypes/namedtuple.c
gel/datatypes/object.c
gel/datatypes/pythoncapi_compat.h
gel/datatypes/range.py
gel/datatypes/record.c
gel/datatypes/record_desc.c
gel/datatypes/relative_duration.pxd
gel/datatypes/relative_duration.pyx
gel/datatypes/repr.c
gel/errors/__init__.py
gel/errors/_base.py
gel/errors/tags.py
gel/orm/__init__.py
gel/orm/cli.py
gel/orm/introspection.py
gel/orm/sqla.py
gel/orm/sqlmodel.py
gel/orm/django/__init__.py
gel/orm/django/generator.py
gel/orm/django/gelmodels/__init__.py
gel/orm/django/gelmodels/apps.py
gel/orm/django/gelmodels/compiler.py
gel/pgproto/__init__.pxd
gel/pgproto/__init__.py
gel/pgproto/buffer.pxd
gel/pgproto/buffer.pyx
gel/pgproto/consts.pxi
gel/pgproto/cpythonx.pxd
gel/pgproto/debug.h
gel/pgproto/debug.pxd
gel/pgproto/frb.pxd
gel/pgproto/frb.pyx
gel/pgproto/hton.h
gel/pgproto/hton.pxd
gel/pgproto/pgproto.c
gel/pgproto/pgproto.pxd
gel/pgproto/pgproto.pyi
gel/pgproto/pgproto.pyx
gel/pgproto/tohex.h
gel/pgproto/tohex.pxd
gel/pgproto/types.py
gel/pgproto/uuid.pyx
gel/pgproto/codecs/__init__.pxd
gel/pgproto/codecs/bits.pyx
gel/pgproto/codecs/bytea.pyx
gel/pgproto/codecs/context.pyx
gel/pgproto/codecs/datetime.pyx
gel/pgproto/codecs/float.pyx
gel/pgproto/codecs/geometry.pyx
gel/pgproto/codecs/hstore.pyx
gel/pgproto/codecs/int.pyx
gel/pgproto/codecs/json.pyx
gel/pgproto/codecs/jsonpath.pyx
gel/pgproto/codecs/misc.pyx
gel/pgproto/codecs/network.pyx
gel/pgproto/codecs/numeric.pyx
gel/pgproto/codecs/pg_snapshot.pyx
gel/pgproto/codecs/text.pyx
gel/pgproto/codecs/tid.pyx
gel/pgproto/codecs/uuid.pyx
gel/protocol/__init__.py
gel/protocol/asyncio_proto.c
gel/protocol/asyncio_proto.pxd
gel/protocol/asyncio_proto.pyx
gel/protocol/blocking_proto.c
gel/protocol/blocking_proto.pxd
gel/protocol/blocking_proto.pyx
gel/protocol/consts.pxi
gel/protocol/cpythonx.pxd
gel/protocol/lru.pxd
gel/protocol/lru.pyx
gel/protocol/protocol.c
gel/protocol/protocol.pxd
gel/protocol/protocol.pyx
gel/protocol/protocol_v0.pxd
gel/protocol/protocol_v0.pyx
gel/protocol/codecs/array.pxd
gel/protocol/codecs/array.pyx
gel/protocol/codecs/base.pxd
gel/protocol/codecs/base.pyx
gel/protocol/codecs/codecs.pxd
gel/protocol/codecs/codecs.pyx
gel/protocol/codecs/edb_types.pxi
gel/protocol/codecs/enum.pxd
gel/protocol/codecs/enum.pyx
gel/protocol/codecs/namedtuple.pxd
gel/protocol/codecs/namedtuple.pyx
gel/protocol/codecs/object.pxd
gel/protocol/codecs/object.pyx
gel/protocol/codecs/range.pxd
gel/protocol/codecs/range.pyx
gel/protocol/codecs/record.pxd
gel/protocol/codecs/record.pyx
gel/protocol/codecs/scalar.pxd
gel/protocol/codecs/scalar.pyx
gel/protocol/codecs/set.pxd
gel/protocol/codecs/set.pyx
gel/protocol/codecs/tuple.pxd
gel/protocol/codecs/tuple.pyx
gel/scram/__init__.py
gel/scram/saslprep.py
tests/__init__.py
tests/bench_uuid.py
tests/credentials1.json
tests/test_array.py
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_django_basic.py
tests/test_enum.py
tests/test_errors.py
tests/test_globals.py
tests/test_memory.py
tests/test_namedtuples.py
tests/test_postgis.py
tests/test_proto.py
tests/test_scram.py
tests/test_sourcecode.py
tests/test_sqla_basic.py
tests/test_sqla_features.py
tests/test_sqlmodel_basic.py
tests/test_sqlmodel_features.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