I am using the AWS SDK to execute Amazon Athena queries using Java and what I would like to do is to have some way of ensuring only SELECT queries are executed. This is to make sure queries like DROP or INSERT are not executed. So is there any way I can perform this check using the AWS SDK without
Tag: aws-sdk
It is possible to use git as sql database [closed]
I know it’s not logical question,but if git is best solution for code save and work around with team and its use for many things. So why not its use like sql database. Or just store small amount of …