Skip to content

Commit

Permalink
fix file source
Browse files Browse the repository at this point in the history
  • Loading branch information
Seniatical committed Apr 9, 2023
1 parent 1d9d431 commit f586536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/drivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class UserModel(Model):
_config: Config = Config(search_by='id')


driver = SQLiteDriver('./examples/test.sqlite', models={'users': UserModel})
driver = SQLiteDriver('./test.sqlite', models={'users': UserModel})

manager = Manager(locations=['users'], models={'users': UserModel})
manager.populate_using_driver('users', driver=driver)
Expand Down

0 comments on commit f586536

Please sign in to comment.