Can I use web2py with mssql?

[edit|delete]

Not yet. web2py works with:

  • sqlite3 (it comes with it)
  • postgresql (recommended choice for serious projects)
  • mysql
  • oracle


Post a comment