I am porting a library to web2py's DAL from pymongo; and looking
through it I'll likely need to write something like these two lines
(and the corresponding function):

if not db[tablename]:
    create_my_tables()

Which is fine; but got me thinking. Can we add support for
unstructured data in DAL? - Specifically generalised key-value pair
type things?

Thanks for your consideration,

Alec Taylor

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to