An ActiveRecord connection adapter for Turso's libsql engine. It subclasses the stock SQLite3Adapter and reroutes only the raw-execution seam onto the beagle-turso native driver, so schema migrations and model CRUD run against a local, in-memory, or synced remote Turso database while inheriting SQLite3Adapter's SQL generation, quoting, and schema introspection.
Required Ruby Version
>= 3.3
Authors
BeagleSoftwareUK