SQLite3 Database Quick Create with Bash

In this post, I will document a couple of cases where one can quickly create an SQLite3 database by issuing commands in a Bash shell (the default terminal shell in Linux and Mac OS X). Case 1: Create a database with a table for images containing rows/tuples with the image url and a caption for […]