On Sun, 2012-10-07 at 01:56 -0700, Mark Huang wrote: > Hi, > > > I have a question about form handling with packages like > Deform/Colander. From my brief understanding, these packages assume > that you use a relational database so that it can create a schema for > your form.
No, this is not correct. Neither deform nor colander assume anything about databases; they know nothing about databases. > The problem with my use-case is that I am using CouchDB, a document > database. > > > Would deform work for CouchDB? Are there any packages that do > something similar like deform for Pyramid using CouchDB? Deform. ;-) - C > > > Regards, > Mark Huang > > -- > You received this message because you are subscribed to the Google > Groups "pylons-discuss" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pylons-discuss/-/GfP1phJlm1YJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to pylons-discuss > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
