Get started with Turso and ActiveRecord in a few simple steps.
Retrieve database credentials
.env
.Install
Connect
database.rb
) to set up the database connection:Embedded Replicas
Local only
Remote only
In-memory
Define models
product.rb
:Create and execute a migration
001_create_products.rb
):Execute
Work with associations