LibSQL Doctrine DBAL
Usage
Use LibSQL Database in Laravel Application
For database operation usage, everything have same interface like usual when you using Doctrine DBAL before. But remember, this is LibSQL they have sync()
method that can be used when you connect with Remote Replica Connection (Embedded Replica), you can use sync()
method with getNativeConnection()->sync()
.
That’s it! really easy…
Was this page helpful?