{{define "content" -}}

Create database

{{if .Error}}
{{.Error}}
{{end}}
Letters, digits, hyphen and underscore; must start and end with a letter or digit. This doubles as the SQL database name.
Leave this off to push a database you already have: the new database starts with no commits, so your first push lands as its history and needs no --force. Turn it on to get a main branch with an empty initial commit, which makes the database clonable right away — at the cost of forcing that first push from anywhere else.
{{- end}}