From 30ce65df95cfb011fa46abb14266f6dd77ba643e Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 16 Dec 2016 09:54:34 -0600 Subject: [PATCH] Add SQLAlchemy and repoze.sendmail to integration documents --- docs/integrations.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/integrations.rst b/docs/integrations.rst index 03ee3d2..21a02e4 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -6,5 +6,18 @@ package so that their transactions can be integerated with others. `ZODB `_ ZODB was the original user of the ``transaction`` package. Its - transactions are controlled by by ``transaction`` and ZODB fullt + transactions are controlled by by ``transaction`` and ZODB fully implements the 2-phase commit protocol. + +`SQLAlchemy `_ + An Object Relational Mapper for Python, SQLAlchemy can use + `zope.sqlalchemy +