Quote:
Originally Posted by Randy11
database with Sqlite and "sequel";
|
This one the pure gem route was not smooth, but there was a .deb:
Quote:
gem install sequel
apt install ruby-sqlite3 # possibly a few other .debs too
|
The example at:
https://github.com/jeremyevans/sequel#a-short-example worked.