I have searched in the web.py’s doc. but I can’t find which databases does the web.py support?
As I have known now, it support mysql, sqlite, postgres, does it support others?such like mongodb
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to web.py source file: https://github.com/webpy/webpy/blob/master/web/db.py, the built-in ORM supports below databases directly:
of course you can use SQLAlchemy as ORM too: http://webpy.org/cookbook/sqlalchemy