You can use
form = SQLFORM.factory(Field(...),Field(...),...)
if form.accepts(....):
call nosql api to insert form.vars
This is the only solution I can think of at the moment.
On 15 Lug, 15:07, Pystar <[email protected]> wrote:
> Hi guys,
> I am one of the proponents that web2py's DAL should support NoSQL
> datastores like Couchdb, Mongodb et al but since the DAL rewrite isn't
> quite completer yet, I would like to know how to use web2py and a
> NoSQL datastore without DAL and without loosing stuff like auto-gen
> forms and validation.
> Thanks Pystar