You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed this driver and performed the setup steps, updated .env with Turso HTTP db.
When I switched .env back to previous (mysql) settings and commented out the libsql relevant items in .env, the query failed to execute with an SQLite error (which was odd, as it should have been using mysql driver only).
Had to run composer remove turso/libsql-laravel, after which everything worked fine.
Should be able to use any Laravel database drivers in parallel, even more so when one of the drivers is not even being used.
The text was updated successfully, but these errors were encountered:
Installed this driver and performed the setup steps, updated .env with Turso HTTP db.
When I switched .env back to previous (mysql) settings and commented out the libsql relevant items in .env, the query failed to execute with an SQLite error (which was odd, as it should have been using mysql driver only).
Had to run
composer remove turso/libsql-laravel
, after which everything worked fine.Should be able to use any Laravel database drivers in parallel, even more so when one of the drivers is not even being used.
The text was updated successfully, but these errors were encountered: