Skip to content

Instantly share code, notes, and snippets.

@ming2281
ming2281 / sa_trsanction.py
Created November 16, 2019 05:58
SQLAlchemy 事务管理
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# date: 2019/11/16
# author: he.zhiming
#
from __future__ import (absolute_import, unicode_literals)
import sqlalchemy