[SQLite Expo driver] Error code : no such table: task_to_tags
Error: Call to function 'NativeDatabase.prepareSync' has been rejected.→ Caused by: Error code : no such table: tasks_to_tags, js engine: hermes
Error: Call to function 'NativeDatabase.prepareSync' has been rejected.→ Caused by: Error code : no such table: tasks_to_tags, js engine: hermes
I'm running drizzle with the expo driver. I've had this error come up like 3 or 4 times before, but it fixed itself after some time for some reason, which makes me think it may have something to do with cache, but I would like to understand exactly what's happening here. Could this error be coming from drizzle or from the way I'm building my expo app? Any insights into this are welcome.