maxcountryman / axum-login

🪪 User identification, authentication, and authorization for Axum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqlite example brakes after some time

JustLinuxUser opened this issue · comments

Hello, I have been playing with the sqlite auth example, and after some time I get an error: no such table users
Here is what I changed:
changes.diff.txt
Here is the full log:
log.txt

But from what I remember I could reproduce the issue without any changes