Re: Deform for CouchDB-like databases

2012-10-08 Thread Randall Leeds
On Sun, Oct 7, 2012 at 6:24 AM, Mark Huang zhengha...@gmail.com wrote: Ok I have another question Do all the form packages like formalchemy or Deform assume that forms are submitted via a form submit action? I am contemplating on using Deform for my form validations, but I am currently

Re: Deform for CouchDB-like databases

2012-10-08 Thread Randall Leeds
On Mon, Oct 8, 2012 at 12:55 PM, Randall Leeds randall.le...@gmail.com wrote: On Sun, Oct 7, 2012 at 6:24 AM, Mark Huang zhengha...@gmail.com wrote: Ok I have another question Do all the form packages like formalchemy or Deform assume that forms are submitted via a form submit action? I

Deform for CouchDB-like databases

2012-10-07 Thread Mark Huang
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. The problem with my use-case is that I am using CouchDB, a document database.

Re: Deform for CouchDB-like databases

2012-10-07 Thread Chris McDonough
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

Re: Deform for CouchDB-like databases

2012-10-07 Thread Mathieu Le Marec - Pasquet
On 07/10/2012 10:56, 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. The problem with my use-case is that I am

Re: Deform for CouchDB-like databases

2012-10-07 Thread Mark Huang
Oh? Thanks for the enlightenment. It's just that the examples always mention the words relational database, so I always had the misconception of it being dependent on a RDBMS. On Sunday, 7 October 2012 17:33:19 UTC+8, Chris McDonough wrote: On Sun, 2012-10-07 at 01:56 -0700, Mark Huang

Re: Deform for CouchDB-like databases

2012-10-07 Thread Mark Huang
Ok I have another question Do all the form packages like formalchemy or Deform assume that forms are submitted via a form submit action? I am contemplating on using Deform for my form validations, but I am currently submitting the forms using an AJAX POST request; sending data as JSON to