db = dataset.connect('sqlite:///:memory:') db = dataset.connect('sqlite:///c:/tmp/fb.db') cursor=db.query('select pwd from fb')