Sidebar Network

tranquil Integrating SQLAlchemy with Django.

The Basics

This is a small project that attempts to seamlessly integrate SQLAlchemy into the Django web framework.

It does this not by attempting to actually replace Django’s ORM, but by implementing a Django application that automatically reflects the database and builds the SQLAlchemy ORM objects.

Project Homehttp://code.google.com/p/tranquil/
Grab the Repository – svn checkout http://tranquil.googlecode.com/svn/trunk/
 

Recent Commits

  • 58 was committed 6 months ago.
    updated version again to show changes beyond the package on the site. added djabgo import in the init script
  • 57 was committed 6 months ago.
    updated Version number to match the downloadable package.
  • 54 was committed 11 months ago.
    Fixed some issues with self-referential mappings.
  • 53 was committed 11 months ago.
    Was missing files in my source tarball.
  • 23 was committed 11 months ago.
    Adding a manifest file for distribution
  • 22 was committed 11 months ago.
    Adding tests. Added the ability to use django models as the ORM objects for SA
  • 21 was committed 11 months ago.
    Now with custom SA ORM objects
  • 18 was committed 11 months ago.
    Fixed an issue with preloading models for installed apps.
  • 17 was committed 11 months ago.
    Tooling around with getting the VERSION right.
  • 16 was committed 11 months ago.
    Added automagical versioning based on SVN revision number