Exemple #1
0
    def test_find_all(self):

        db = SQLite(os.path.dirname(__file__) + '/../data/northwind.db')
        data = db.find_all('Customers')

        pprint(data)