Using ActiveRecord with SQLite DB in a JRuby Desktop App
In this blog post tutorial, I cover how to configure a SQLite database and connect to it using ActiveRecord from within a Ruby desktop application, data-binding the ActiveRecord Model to the GUI View bidirectionally.
https://andymaleh.blogspot.com/2022/06/using-activerecord-with-sqlite-db-in.html
Post a comment