Re: [sqlalchemy] SQLAlchemy 0.6.6 Released

2011-01-13 Thread Piotr Ozarowski
[Michael Bayer, 2011-01-09] The 0.6 series is not surprisingly our most successful series ever, with SQLA 0.6.5 racking up 36,000 downloads from Pypi in a period of 76 days, approximately 15K per month, plus about 2K a month from Sourceforge. + at least 4241 installations via .deb files (note

[sqlalchemy] copying data from one DB to another

2009-02-11 Thread Piotr Ozarowski
Hi, Here's what I wrote to create PostgreSQL's data backup in SQLite: (yes, I know pg_dump, I just want to create/use it in SQLAlchemy) | new_engine = sqlalchemy.create_engine(sqlite:///offline.db) | metadata.create_all(bind=new_engine) | | # SQLite doesn't care about foreign keys much so we