Create a database from a template

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 --template={{template_name}} {{database_name}}

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