Sqlalchemy 简明教程
Discuss - SQLAlchemy
SQLAlchemy 是一款流行的 SQL 工具包和 Object Relational Mapper 。它使用 Python 编写,为应用程序开发人员提供了 SQL 的全部功能和灵活性。它是一个在 MIT 许可下发布的 open source 和 cross-platform software 。SQLAlchemy 因其对象关系映射器 (ORM) 而闻名,使用该映射器可将类映射到数据库中,从而允许对象模型和数据库架构最初から以一种明确解耦的方式进行开发。
SQLAlchemy is a popular SQL toolkit and Object Relational Mapper. It is written in Python and gives full power and flexibility of SQL to an application developer. It is an open source and cross-platform software released under MIT license. SQLAlchemy is famous for its object-relational mapper (ORM), using which classes can be mapped to the database, thereby allowing the object model and database schema to develop in a cleanly decoupled way from the beginning.