I am looking for a tool that would help me easily reuse queries.
What should it be like?
You type a query like Select * FROM person where name LIKE ${name}
And you would like to re-use this type of query next time like invocation of some function with parameter/s like personWithNameLike(P) or personWithNameLike(name=p}
Is there any tool that could help me in any way?