0.4.0
- Calling
Turso::sync()
without specifying theDB_REPLICA
path raises an exception. - The
TursoConnection
class now inherits directly fromIlluminate\Database\Connection
. - Completed major code refactoring.
Turso::sync()
without specifying the DB_REPLICA
path raises an exception.TursoConnection
class now inherits directly from Illuminate\Database\Connection
.