How to Install ruby-sqlite3 in Ubuntu 18.04



Install ruby-sqlite3 by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-sqlite3

Description:

SQLite3 interface for Ruby

This module allows Ruby programs to interface with the SQLite3 database engine. . Note that this module is only compatible with SQLite 3.6.16 or newer.

Homepage: https://github.com/sparklemotion/sqlite3-ruby

Version: 1.3.13-1build2

Section: universe/ruby