This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Database manipulation tool for python which can be used as standalone library to manipulate relational databases. SQLalchemy provides core python based sql expressions and object oriented python based ORM. it also provide high level declarative sysntax for ORM for simplicity.
First released | 2006 |
Developed by | Michael Bayer |
Latest stable version | V1 |
Open-source | Not defined |
Used by | Yelp!, The OpenStack Project, reddit, Mozilla, Fedora Project |
SQLAlchemy considers the database to be a relational algebra engine, not just a collection of tables.