Skip to content

somsin/panaface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panaface

Access Postgres from command line

sudo -u postgres psql

CREATE USER panasimon with PASSWORD 'password';

GRANT ALL PRIVILEGES ON DATABASE "panadb" to panasimon;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published