On Fri, May 8, 2009 at 1:32 AM, visuallinux <[email protected]> wrote: > Hello All, > > I am new in we2py, my question is the folliwing: > > How i can mapping or working with an data base Postgres existing? > > I hope look your comments.
Hi Fernando, today web2py does not retrieve information from database tables automaticaly. You have to use define_table() (with migrate=False) for all tables that you want to work with. I have plans to create a db.discover_tables() but it requires more work. I want to function discover tables automaticaly, to use in databases that weren't created by web2py. -- Álvaro Justen Peta5 - Telecomunicações e Software Livre 21 3021-6001 / 9898-0141 http://www.peta5.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

