Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commodity Platform Database

Database code for Commodity Platform ingestion, and modelling data using PostgreSQL.

Launching psql on Windows

Powershell

chcp 65001 // UTF-8
$env:PGCLIENTENCODING = "UTF8"
psql -U postgres

Executing commands in psql

\c commodity
\i 'D:/path/to/file.sql'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors