Hello,
I would like to ask for a tool that helps to create tables.

This could be implemented as follows:

1) In the admin there could be a spreadsheet app that feeds  a table 
definition tool.
        * In such a spreadsheet the user would enter in the rows:
                field name, field type, field description, further parameters.
        * this could be converted in a draft table definition written to a file 
in models and imported in db.py

2) use DBF tables which contain the the table field definitions and can 
be easily created from spreadsheet applications.
Python libraries can read these and web2py tools could automatically 
create table definitions from this
* http://www.sqlite.org/cvstrac/wiki?p=ConverterTools
* http://pypi.python.org/pypi?%3Aaction=search&term=dbf+sqlite&submit=search

What do you think?

Best regards,
Timmie


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to