[SQLITE_ Error] SQL error or missing database (table users already exists)

The problem I had with SQLite was that my table had been deleted, but this error was still prompted.
Solution:
Disconnect the database and rerun the statement

Read More: