[web2py] Re: sqlite modeller

2010-06-15 Thread Yarko Tymciurak
...in the years we've been looking at this tool on these forums (and it is a cool tool), it just never really seemed justified in practice. It always seems easiest to code up your tables. It does make for nice documentation images, though YMMV On Jun 15, 4:46 pm, Doug Warren wrote: > The

Re: [web2py] Re: sqlite modeller

2010-06-15 Thread Doug Warren
The problem I found with the web2py exporting though is that it dumps it based on how you drew it on the page, top left first working to the right then the next row etc... So if you happened to placed a foreign key on a lower section of the paper than where you're using it, you'll get an import er

[web2py] Re: sqlite modeller

2010-06-13 Thread Yarko Tymciurak
The generic www sql modeler is: http://code.google.com/p/wwwsqldesigner/ Not sure if anyone has been tracking this, but the code does have web2py (and sqlite) generation in the source tree. - Yarko On Jun 13, 9:13 pm, nhisyam wrote: > Hi everyone, > > I am looking for the link for a webpage wh