Tie dictionary to database table?

Lawrence D’Oliveiro lawrencedo99 at gmail.com
Thu Jun 16 23:59:05 EDT 2016


On Friday, June 10, 2016 at 12:30:47 AM UTC+12, Peter Heitzer wrote:
> What I would like is if I write 
> 
> email['frank']='frank at middle-of-nowhere.org'
> 
> in my python script it generates a statement like
> update users set email='frank at middle-of-nowhere.org' where username='frank';

That’s not a database, that’s a key-value store.

<http://blogcoward.com/images/blogcoward_com/WindowsLiveWriter/NoSQLlinksofinterest_10C52/fault-tolerance[1]_3.png>



More information about the Python-list mailing list