Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not coexist well with other db drivers #19

Open
Branpolo opened this issue Feb 3, 2025 · 0 comments
Open

Does not coexist well with other db drivers #19

Branpolo opened this issue Feb 3, 2025 · 0 comments

Comments

@Branpolo
Copy link

Branpolo commented Feb 3, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant