[sqlalchemy] RE: 'Hand Coded Applications with SQLAlchemy' video

2012-11-30 Thread Kent Tenney
Howdy, I'm a Python programmer setting out to put a bunch of stuff into a Postgres db, studying the video for direction. I wonder if any of the practices described have changed substantially since it was recorded. Just checked and found it's from Pycon 2012, so probably not, though SA seems to

Re: [sqlalchemy] live access to postgis database to use in ExtJS, OpenLayers, etc

2012-10-03 Thread Kent Tenney
It sounds like you are trying to do at least 6 quite complicated things all at once, without really understanding any of them. This will not be easy. Sigh. The story of my life in one sentence. On Tue, Oct 2, 2012 at 8:43 AM, Simon King si...@simonking.org.uk wrote: On Mon, Oct 1, 2012 at 11:38

Re: [sqlalchemy] Newbie question

2011-07-28 Thread Kent Tenney
On Wed, Jul 27, 2011 at 2:48 PM, Michael Bayer mike...@zzzcomputing.com wrote: On Jul 27, 2011, at 3:21 PM, Kent Tenney wrote: Howdy, I'm aggregating data from several Sqlite files into a Postgres db. The sqlite files are storage for several apps I use: Shotwell, Firefox, Zotero, Banshee

[sqlalchemy] Newbie question

2011-07-27 Thread Kent Tenney
Howdy, I'm aggregating data from several Sqlite files into a Postgres db. The sqlite files are storage for several apps I use: Shotwell, Firefox, Zotero, Banshee ... I just watch and pull from them. I've been using import sqlite3 so far, dumping sql from sqlite, using it to create the Postgres