source:
trunk/packages/tmp/sipb-xen-database/sipb_xen_database/__init__.py
@
311
| Last change on this file since 311 was 77, checked in by nelhage, 18 years ago | |
|---|---|
| File size: 105 bytes | |
| Line | |
|---|---|
| 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.
