Closed
Description
I'm trying to resolve an issue where my build system is generating the schema for query validation as a readonly sqlite file. Is it possible for query validation to operate on sqlite in readonly mode?
If not, perhaps an option to copy the database schema to an in-memory database for validation would be a possibility?