SQLAlchemy的简单使用

SQLAlchemy的简单使用 简介 SQLAlchemy是一个Python的数据库操做库,能够操做PostgreSQL, MySQL, 和SQLite 数据库。python 安装 pip install SQLAlchemy 执行SQL语句 from sqlalchemy import create_engine eng = create_engine("sqlite:///test.db")
相关文章
相关标签/搜索