Exemple #1
0
    def test_find_by(self):

        db = SQLite(os.path.dirname(__file__) + '/../data/northwind.db')
        data = db.find_by('Customers', 'City', 'Berlin')

        pprint(data)