[console_scripts]
sqlspec = sqlspec.__main__:run_cli

[pygments.styles]
sqlspec-dark = tools.sphinx_ext.pygments_styles:SQLSpecDarkStyle
sqlspec-light = tools.sphinx_ext.pygments_styles:SQLSpecLightStyle

[sqlglot.dialects]
paradedb = sqlspec.dialects.postgres:ParadeDB
pgvector = sqlspec.dialects.postgres:PGVector
spangres = sqlspec.dialects.spanner:Spangres
spanner = sqlspec.dialects.spanner:Spanner
