Lightway Java Setup the DB We will use a Postgressql database. createdb sample The sample assumes a user postgres with password p. createuser -s -d -U postgres -W Create the tables create table bikes (id serial, name text, primary key (id));