diff options
Diffstat (limited to 'doc/build/changelog/unreleased_14/6842.rst')
-rw-r--r-- | doc/build/changelog/unreleased_14/6842.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/6842.rst b/doc/build/changelog/unreleased_14/6842.rst new file mode 100644 index 000000000..43b3841ce --- /dev/null +++ b/doc/build/changelog/unreleased_14/6842.rst @@ -0,0 +1,14 @@ +.. change:: + :tags: postgresql, dialect + :tickets: 6842 + + Added support for ``psycopg`` dialect supporting both sync and async + execution. This dialect is available under the ``postgresql+psycopg`` name + for both the :func:`_sa.create_engine` and + :func:`_asyncio.create_async_engine` engine-creation functions. + + .. seealso:: + + :ref:`ticket_6842` + + :ref:`postgresql_psycopg`
\ No newline at end of file |