mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
SQLite creates a table if it does not exists, but we just silently ignore the data. Let's add an error if table does not exist until we fix this. Refs #2079