Hi,
Is it possible to restrict the type of queries that can be executed, for example allowing only SELECT statements while preventing UPDATE, DELETE, or other data‑modifying operations?
Regards