DATABASE_TEMPLATE0

Static DATABASE_TEMPLATE0 

Source
pub static DATABASE_TEMPLATE0: &str
Expand description

template0 is always present in a PostgreSQL cluster.

This database is a template database, though it’s used to a lesser extent than template1.

template0 should never be modified so it’s rare to connect to this database, even as a convenient default – see DATABASE_TEMPLATE1 for an explanation as to why.