Convenient access to an SQLObject or SQLAlchemy managed database.
|
create_session_mapper(scoped_session=session) |
source code
|
|
|
|
|
|
|
|
|
|
|
set_db_uri(dburi,
package=None)
Sets the database URI to use either globally or for a specific
package. |
source code
|
|
|
commit_all()
Commit the transactions in all registered hubs (for this thread). |
source code
|
|
|
rollback_all()
Rollback the transactions in all registered hubs (for this thread). |
source code
|
|
|
end_all()
End the transactions in all registered hubs (for this thread). |
source code
|
|
|
so_to_dict(sqlobj)
Convert SQLObject to a dictionary based on columns. |
source code
|
|
|
|
|
|