[portland] Need Help With a For Loop
Michael Richardson
richardson.michael.t at gmail.com
Thu Mar 20 23:49:42 CET 2008
> The data are stored in a SQLite table; two tables, actually, and
> retrieved
> with a SELECT statement into the list of tuples. For testing
> purposes I
> copied the results into a static list.
For any dealings with databases, I generally find an ORM to be an
absolute lifesaver - if you're not doing web stuff, Elixir ( http://elixir.ematia.de/trac/wiki
) is my favorite; otherwise, I stick with Django.
More information about the Portland
mailing list