Hi
Is there a module /add on in python that will let me query a dictionary [ or
a list of dictionary] exactly like an SQL query? For ex:
a=[{'id':1, 'name':'mark'}, {'id':2,'name': 'richard'}]
select * from a where id =1
should give me the a[0] or something similar to this.
thanks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to