ActiveRecord Without Rails - Setup and Fetching Database Table Rows

Опубликовано: 06 Октябрь 2024
на канале: Kyle Geske
1,337
24

ActiveRecord is the ORM (Object Relational Mapper) library that ships with the Rails web framework. In this video I show you how to use ActiveRecord outside of Rails to query a SQLite3 database table.

Associated Github repo: https://github.com/stungeye/ActiveRec...