Skip to content

janfornal/storage_management_system

Repository files navigation

storage_management_system

To initialize database use

CREATE ROLE storagemanagementsystem LOGIN SUPERUSER PASSWORD 'systempassword';
CREATE DATABASE storage WITH OWNER storagemanagementsystem;

psql -d storage < create.sql

To delete all data use

DROP DATABASE storage;
DROP OWNED BY storagemanagementsystem;
DROP ROLE storagemanagementsystem;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •