Create a database owned by a specific user with a description

createdb

  • Create a PostgreSQL database.
    More information: <https://www.postgresql.org/docs/current/app-createdb.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

createdb --owner={{username}} {{database_name}} '{{description}}'

click the source code to copy install createdb on any operating system with command-not-found.com