This works on multiple databases, yet still uses plain old sql. I think it's simpler than using a multi-database ORM for plain old sql, or using a databases' driver directly, like psycopg2.
Edit: actually it just works on postgres. I don't know if there are plans to make it work on other SQL databases.
Edit: actually it just works on postgres. I don't know if there are plans to make it work on other SQL databases.