Re: problem getting dict into a view

Brian Kelley <[email protected]> Sun, 3 Jul 2005 11:58:13 -0400
Newsgroups gmane.comp.db.metakit
Message-ID <[email protected]>
the last metatkit.dump should be metakit.dump

import metakit
st = metakit.storage()
vw = st.getas("test[a:I,b:S]")
data = {"a":1,'b':"hello"}
vw.append(data)
data = {"a":2,'b':"there"}
metakit.dump(vw)
_____________________________________________
Metakit mailing list  -  [email protected]
http://www.equi4.com/mailman/listinfo/metakit