Resources about using PostgreSQL in Rails
Rails official doc: herePostgreSQL doc about json operators: hereTo enter postgreSQL console> sudo -u postgres psqlPostgreSQL - Useful commands\list or \l: list all databases\dt: list all tables in......

