fastify-orama
fastify-orama copied to clipboard
feat: check schema
When the user uses persistence, the input schema
is just ignored.
I was wondering if a check that verifies if the loaded database has the schema equal to the input one could be helpful.
My fear is that during local dev the schema creates a new db and all works, while in prod the database is loaded and the schema is different!