LICENSE
MANIFEST.in
README.md
pyproject.toml
src/rhosocial/activerecord/backend/impl/postgres/README.md
src/rhosocial/activerecord/backend/impl/postgres/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/__main__.py
src/rhosocial/activerecord/backend/impl/postgres/config.py
src/rhosocial/activerecord/backend/impl/postgres/dialect.py
src/rhosocial/activerecord/backend/impl/postgres/expressions.py
src/rhosocial/activerecord/backend/impl/postgres/statements.py
src/rhosocial/activerecord/backend/impl/postgres/transaction.py
src/rhosocial/activerecord/backend/impl/postgres/type_compatibility.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/base.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/bit_string.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/geometric.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/json.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/monetary.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/network_address.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/object_identifier.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/pg_lsn.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/range.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/text_search.py
src/rhosocial/activerecord/backend/impl/postgres/adapters/xml.py
src/rhosocial/activerecord/backend/impl/postgres/backend/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/backend/async_backend.py
src/rhosocial/activerecord/backend/impl/postgres/backend/base.py
src/rhosocial/activerecord/backend/impl/postgres/backend/sync.py
src/rhosocial/activerecord/backend/impl/postgres/functions/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/functions/bit_string.py
src/rhosocial/activerecord/backend/impl/postgres/functions/enum.py
src/rhosocial/activerecord/backend/impl/postgres/functions/geometric.py
src/rhosocial/activerecord/backend/impl/postgres/functions/json.py
src/rhosocial/activerecord/backend/impl/postgres/functions/range.py
src/rhosocial/activerecord/backend/impl/postgres/introspection/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/introspection/introspector.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/data_type.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extension.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/introspection.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/logical_replication.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/materialized_view.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/query_optimization.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/sql_syntax.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/table.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/comment.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/index.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/partition.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/trigger.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/ddl/type.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/dml/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/dml/extended_statistics.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/dml/stored_procedure.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/dml/vacuum.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/earthdistance.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/hstore.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/intarray.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/ltree.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/pg_stat_statements.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/pg_trgm.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/pgvector.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/postgis.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/extensions/tablefunc.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/types/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/types/data_type.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/types/enum.py
src/rhosocial/activerecord/backend/impl/postgres/mixins/types/multirange.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/base.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extension.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/logical_replication.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/materialized_view.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/parallel_query.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/query_optimization.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/sql_syntax.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/table.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/comment.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/index.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/partition.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/trigger.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/ddl/type.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/dml/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/dml/extended_statistics.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/dml/stored_procedure.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/dml/vacuum.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/earthdistance.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/hstore.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/intarray.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/ltree.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/pg_stat_statements.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/pg_trgm.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/pgvector.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/postgis.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/extensions/tablefunc.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/types/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/types/data_type.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/types/enum.py
src/rhosocial/activerecord/backend/impl/postgres/protocols/types/multirange.py
src/rhosocial/activerecord/backend/impl/postgres/types/__init__.py
src/rhosocial/activerecord/backend/impl/postgres/types/bit_string.py
src/rhosocial/activerecord/backend/impl/postgres/types/constants.py
src/rhosocial/activerecord/backend/impl/postgres/types/enum.py
src/rhosocial/activerecord/backend/impl/postgres/types/geometric.py
src/rhosocial/activerecord/backend/impl/postgres/types/json.py
src/rhosocial/activerecord/backend/impl/postgres/types/monetary.py
src/rhosocial/activerecord/backend/impl/postgres/types/network_address.py
src/rhosocial/activerecord/backend/impl/postgres/types/object_identifier.py
src/rhosocial/activerecord/backend/impl/postgres/types/pg_lsn.py
src/rhosocial/activerecord/backend/impl/postgres/types/range.py
src/rhosocial/activerecord/backend/impl/postgres/types/text_search.py
src/rhosocial/activerecord/backend/impl/postgres/types/xml.py
src/rhosocial_activerecord_postgres.egg-info/PKG-INFO
src/rhosocial_activerecord_postgres.egg-info/SOURCES.txt
src/rhosocial_activerecord_postgres.egg-info/dependency_links.txt
src/rhosocial_activerecord_postgres.egg-info/requires.txt
src/rhosocial_activerecord_postgres.egg-info/top_level.txt