Distributed-Storage-Project / Storage-Layer

0 stars 0 forks source link

Task 5: Storage layer implementation #9

Open HannahBagtasos opened 1 year ago

HannahBagtasos commented 1 year ago

Write some code in the application, which was created in Task 3

  1. Take a string with SQL query from Controller
  2. Execute a query from this string in SQLite
  3. Get the result of execution
  4. Return this data to Controller class