dropdbVerwijder een PostgreSQL-database. Een eenvoudige wrapper voor het SQL-commando
DROP DATABASE. Meer informatie: https://www.postgresql.org/docs/current/app-dropdb.html.
dropdb {{database_naam}}
dropdb {{[-i|--interactive]}} {{database_naam}}
dropdb {{[-U|--username]}} {{gebruikersnaam}} {{database_naam}}
dropdb {{[-W|--password]}} {{database_naam}}
dropdb {{[-w|--no-password]}} {{database_naam}}
dropdb {{[-h|--host]}} {{host}} {{database_naam}}
dropdb {{[-p|--port]}} {{poort}} {{database_naam}}
dropdb {{[-f|--force]}} {{database_naam}}