I am trying to implement the database using both libs HDBC
and HDBC-sqlite3
, while I am getting error for adding HDBC-Sqlie3
and I have tried the below :
- HDBC-Sqlite3
- HDBC-Sqlite3 -any
- HDBC-Sqlite3 >= 2.3.3.0 && < 2.3.3.1
- HDBC-Sqlite3 >= 2.3.3.0
and none of the above works and getting the error, when try the - any
I got the following error :
In the dependencies for blog-post-0.1.0.0:
HDBC-Sqlite3 must match -any, but the stack configuration has no specified version
edit :