- db-conn dbprocedure
Returns the underlying backend-specific raw connection object of db's backend driver, as created by the open call which returned the db object.
This can be used whenever some database-specific feature is needed for which this egg does not (yet) provide an abstraction.