Maybe webpy .36 brings support for mongo, right Aaron? :)
-- Tomás A. Schertel ---------------------------------------------- Linux Registered User #304838 Arch Linux User http://www.archlinux-br.org/ ---------------------------------------------- On Fri, May 20, 2011 at 13:30, Greg Milby <[email protected]> wrote: > but can it connect to mongo? > j/k - i couldn't resist > > > 2011/5/20 Aydın ŞEN <[email protected]> > >> 2011/5/20 Tomas Schertel <[email protected]> >> >>> What databases can webpy connect to? >>> I couldn't find this information on webpy's site. >>> >> >> i'm not sure if web site contains this info but code's itself does. >> db.py line 1095: >> >> register_database('mysql', MySQLDB) >> register_database('postgres', PostgresDB) >> register_database('sqlite', SqliteDB) >> register_database('firebird', FirebirdDB) >> register_database('mssql', MSSQLDB) >> register_database('oracle', OracleDB) >> >> -- >> Aydın Şen >> >> -- >> You received this message because you are subscribed to the Google Groups >> "web.py" 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/webpy?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "web.py" 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/webpy?hl=en. > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
