instances.go
Add more test cases regarding the SQL database interactions. Moreover, add `go-sqlmock` dependency used to mock SQL DB instructions. Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Remove `Pool` field from `CreateInstanceParams` struct, because this is given as a separate parameter to the `CreateInstance` function.