source:
trunk/packages/sipb-xen-database/sipb-xen-database/sipb_xen_database/__init__.py
@
79
Last change on this file since 79 was 77, checked in by nelhage, 18 years ago | |
---|---|
File size: 105 bytes |
Rev | Line | |
---|---|---|
[77] | 1 | from models import * |
2 | ||
3 | def connect(uri): | |
4 | """ Connect to a given database URI""" | |
5 | meta.connect(uri) |
Note: See TracBrowser
for help on using the repository browser.