John Lockwood

Results 2 issues of John Lockwood

Do you have a table of sqlalchemy.core features vs features supported by alchimia?

I'd like to be able to iterate over items of a dotty, where it returns the dotty key and value. `d = dotty({"foo": [{"food": [{"sand": "meat"}]},{"drink": [{"tea":"black", "soda": "cream"}]}]})` ```...