GodziLaravel's avatar

SQLITE3: migration runs without issues but Post request returns "could not find driver (SQL: insert into..."

Hello ,

I installed Lumen and when I run the migration it works (which is good) but when I try to post it returns me this error message :

could not find driver (SQL: insert into "measurements" ("duration", "id", "updated_at", "created_at") values (33, 7a8063e4-4165-49b4-8bc7-1b759aeec57c, 2021-05-23 20:45:36, 2021-05-23 20:45:36))

I'm wodering what's the problem?

If there is any problem with the SQLITE driver why I can run the migration then ?

Thanks

0 likes
0 replies

Please or to participate in this conversation.