Metadata-Version: 2.1
Name: co6co.db-ext
Version: 0.0.2
Summary: db 数据库扩展
Home-page: http://github.com/co6co
Author: co6co
Author-email: co6co@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

# 扩展SQLAlchemy
SQLAlchemy 原始 使用起来总是有些不方便，该项目对其进行了部分封装为两个类：
DbOperations和DbPagedOperations 以方便业务使用；

# (SQLALchemy Demo)[https://github.com/eastossifrage/sql_to_sqlalchemy/]
