> [Does] User.create() work with all databases or only postgres?

Currently only with PostgreSQL, but only minor changes would be
required to make it work with MySQL. In fact, you'd only have to
change Table._column_sql() and Column.__init__(), all the rest use
web.py's DB abstraction already.

-Ben
-- 
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.


Reply via email to