Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
transaction
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
transaction
Commits
c98cb747
Commit
c98cb747
authored
Dec 16, 2016
by
Jason Madden
Committed by
GitHub
Dec 16, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #41 from zopefoundation/jm-integration-docs
Add SQLAlchemy and repoze.sendmail to integration documents
parents
447568d8
3a661195
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
docs/integrations.rst
docs/integrations.rst
+14
-1
No files found.
docs/integrations.rst
View file @
c98cb747
...
...
@@ -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
full
t
transactions
are
controlled
by
by
``
transaction
``
and
ZODB
full
y
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
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment