Unable to delete all rows from SQLite using Transactions?
i have a route
i want to delete all values but i get a
how do i delete all rows in a table?
i tried without transactions as well as using
i'm using https://turso.tech for sqlite on the edge.
api/delete-all that looks like:i want to delete all values but i get a
SQLITE_CONSTRAINT_ERROR:how do i delete all rows in a table?
i tried without transactions as well as using
await tx.delete(users).all() but it doesn't delete from the database.i'm using https://turso.tech for sqlite on the edge.
Eliminate application bottlenecks by bringing the performance and data portability of open source, lightweight SQL close to your users with low overhead
