LibSQL Driver Laravel
Usage
Use LibSQL Database in Laravel Application
For database operation usage, everything have same interface like usual when you using Illuminate\Support\Facades\DB
in your database model. But remember, this is LibSQL they have sync()
method that can be used when you connect with Remote Replica Connection (Embedded Replica).
That’s it! really easy…
Was this page helpful?