Skip to content

EnergyMonitoringApplication is a backend application designed for the Internet of Things (IoT) that monitors the energy consumption of devices using sensors.

License

Notifications You must be signed in to change notification settings

lhjundi/EnergyMonitoringApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energy Monitoring Application

PostgreSQL

DDL and DCL Commands

CREATE USER new_user WITH PASSWORD 'password';
ALTER USER new_user CREATEDB;
CREATE DATABASE database_name;
GRANT CONNECT ON DATABASE database_name TO new_user;
GRANT ALL PRIVILEGES ON TABLE table_name TO new_user;

About

EnergyMonitoringApplication is a backend application designed for the Internet of Things (IoT) that monitors the energy consumption of devices using sensors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages