Phillip J. Eby wrote:
> You also mentioned prototyping, but a good object persistence toolkit 
> shouldn't be tied strictly to SQL; you ought to be able to plug in a 
> "pickle all the data to disk" mode and use it for *all* your 
> application data, not just the session-specific objects.

And for extra points, a good object-persistence toolkit should let you
put some data into a DB and some into shelve and leave some in RAM. You
pick.

Oh, but this is web-sig, not db-sig. ;)


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to