diff options
| -rw-r--r-- | doc/build/changelog/unreleased_20/6842.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/6842.rst b/doc/build/changelog/unreleased_20/6842.rst new file mode 100644 index 000000000..927c4b824 --- /dev/null +++ b/doc/build/changelog/unreleased_20/6842.rst @@ -0,0 +1,16 @@ +.. 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` + + |
