Set up Turso in your Ruby on Rails project in minutes.
Install the libsql_activerecord Rubygem
Configure database credentials
.env
.Use the libsql adapter
Create and run migrations
Define models
app/models/product.rb
:Use in controllers
Execute raw SQL (if needed)