SQL Alchemy0.7.7

  • Submit New Release
  • Edit SQL Alchemy Information
  • Submit a New Software

Python SQL Toolkit and Object Relational Mapper.

Monday, May 7, 2012
  • Development
  • Languages
  • Python
sql alchemy jpg

SQL Alchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.

SQL databases behave less like object collections the more size and performance start to matter; object collections behave less like tables and rows the more abstraction starts to matter. SQLAlchemy aims to accommodate both of these principles.

SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables. SQLAlchemy's expression language builds on this concept from its core.

SQLAlchemy is most famous for its object-relational mapper, an optional component that provides the data mapper pattern, where classes can be mapped to the database in open ended, multiple ways - allowing the object model and database schema to develop in a cleanly decoupled way from the beginning.

The main goal of SQLAlchemy is to change the way you think about databases and SQL!.

  • Downloads
    1298
  • License
    GPL

Downloads / Release History


May
07
2012
SQL Alchemy 0.7.7
March
15
2012
SQL Alchemy 0.7.6

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles