New databases can be created via CLI or with SQL statements. This manual uses the CLI tool. There is no difference between database actions or CLI command, createdb is just a wrapper around CREATE DATABASE
satnms and the owner of this database must be the role satnms as created abovecreatedb satnms "sat-nms MNC database"example output
TODO