Create a database, user and grant permission – Auto query generator for MySQL/PostgreSQL/InfluxDB
In development sometimes we need to create databases manually using SQL script. For this was created simple Javascript for fast creation queries to create the database, the user with password and grant all access to the created database for the created user. Continue reading