I am letting my users execute sql queries in the app I am building. They can input database connection strings (mysq, pg, and other rdbms supported) Is there a way to allow SELECT statements only on fetch methos like thisI am letting my users execute sql queries in th