from models import *

def connect(uri):
    """ Connect to a given database URI"""
    meta.connect(uri)
