laravel/pulse

shoudRun() also for driver 'libsql' as its a fork of 'sqlite'

Closed this issue · 1 comments

Pulse Version

latest

Laravel Version

11

PHP Version

8.3

Livewire Version

3.x

Database Driver & Version

LibSQL Core Version : 3.45.1-3045001 - LibSQL PHP Extension Version: 1.4.3

Description

shoudRun() should add the 'libsql' in the array .... as this is a fork of 'sqlite'

Steps To Reproduce

run the migrations with database driver 'libsql'

I'm not opposed to adding libsql to the supported drivers, mainly due to this line in their readme:

libSQL will keep 100% compatibility with the SQLite API, but we may add additional APIs.

However, we would need the test suite to be updated to additionally run against libsql.

This isn't something we are actively looking into. If you would like to attempt a PR, you are welcome. Taylor may consider it as it involves low maintenance burden, however due to the lack of demand it many not be included.