How should I need to connect with the database from flow to fetch the data instead of vault querying?
1.Instead of using custom query criteria, I am planning to use query command(like SQL command) to fetch the data from database.
2.Is it possible?
3.If it is possible, how to achieve it?