Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 167 Bytes

File metadata and controls

13 lines (7 loc) · 167 Bytes
export DATABASE_URL="postgresql://hive_user:hive_password@localhost:5432/hive_db"

psql $DATABASE_URL

\dt

select * from chat_messages;

\d chat_messages