source: trunk/packages/sipb-xen-database/sipb-xen-database/sipb_xen_database/__init__.py @ 296

Last change on this file since 296 was 77, checked in by nelhage, 17 years ago

Adding postini and prerm scripts for sipb-xen-database-server

File size: 105 bytes
Line 
1from models import *
2
3def connect(uri):
4    """ Connect to a given database URI"""
5    meta.connect(uri)
Note: See TracBrowser for help on using the repository browser.