postgres remove database

C++
CREATE DATABASE testdb1;
DROP DATABASE testdb1;DROP DATABASE IF EXISTS database_name;
Source

Also in C++: