Skip to content

Commit

Permalink
Add SQLAlchemy and repoze.sendmail to integration documents
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 16, 2016
1 parent 447568d commit 30ce65d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/integrations.rst
Expand Up @@ -6,5 +6,18 @@ package so that their transactions can be integerated with others.

`ZODB <http://www.zodb.org>`_
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 <http://www.sqlalchemy.org>`_
An Object Relational Mapper for Python, SQLAlchemy can use
`zope.sqlalchemy
<https://github.com/zopefoundation/zope.sqlalchemy`_ to have its
transactions integrated with others.

`repoze.sendmail <http://docs.repoze.org/sendmail/narr.html`_
repoze.sendmail allows coupling the sending of email messages with a
transaction, using the Zope transaction manager. This allows
messages to only be sent out when and if a transaction is committed,
preventing users from receiving notifications about events which may
not have completed successfully.

0 comments on commit 30ce65d

Please sign in to comment.