Skip to content

Scripts with the goal to enable easy usage of some PostgreSQL operations.

License

Notifications You must be signed in to change notification settings

mesmacosta/cloudsql-postgresql-tooling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudsql-postgresql-tooling

Scripts with the goal to enable easy usage of some PostgreSQL operations.

INIT database

./init-db.sh

Creating Schemas and Tables in PostgreSQL

./connect-db.sh

Provide your password when prompted, then execute:

CREATE SCHEMA MY_SCHEMA;
CREATE TABLE MY_SCHEMA.MY_TABLE (name INT, address TEXT);
exit

Clean up PostgreSQL Schemas and Tables

./cleanup-db.sh

Delete the PostgreSQL database

./delete-db.sh

About

Scripts with the goal to enable easy usage of some PostgreSQL operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published