[sqlalchemy] Infer (and create) Schema from Example Object/Dictionary

2011-12-16 Thread Gregg Lind
My search skills are failing me, and I hope you all can help. (Apologies that there is some heresy here) Assumptions: 1) Suppose I have objects made from json (dicts of strings, lists of dicts, etc.) 2) (for simplicity, assume these nestings don't go very deep) 3) getting this right 90% of

Re: [sqlalchemy] Infer (and create) Schema from Example Object/Dictionary

2011-12-16 Thread Michael Bayer
On Dec 16, 2011, at 1:42 PM, Gregg Lind wrote: My search skills are failing me, and I hope you all can help. (Apologies that there is some heresy here) Assumptions: 1) Suppose I have objects made from json (dicts of strings, lists of dicts, etc.) 2) (for simplicity, assume these