First of all sorry for the late reply
I used a SQLite
database and the only trouble I ran into while connecting was specifying the correct driver. I tried to use sqlite3
instead of SQLite3
(the driver name was case-sensitive).
First of all sorry for the late reply
I used a SQLite
database and the only trouble I ran into while connecting was specifying the correct driver. I tried to use sqlite3
instead of SQLite3
(the driver name was case-sensitive).