cristighr1995 / Holiholic

A trip planner and travel guide application which offers activity suggestions and personalized day plans based on user’s preferences and profile.
Apache License 2.0
2 stars 0 forks source link

[HH-52][DB_API] Allow string statement for queries in DB API #53

Closed cristighr1995 closed 5 years ago

cristighr1995 commented 5 years ago

In this PR I added the possibility to execute String queries for more complex situations. This PR covers:

The API call is Query.<action>(String statement) where action is one of the above.

cristighr1995 commented 5 years ago

Related issue: https://github.com/cristighr1995/Holiholic/issues/52