Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages