Son aktivite 1740724148

This can be used when you have an app that needs postgres and you want to quickly make a new db for it with a user

newdb.sql Ham
1CREATE DATABASE nocodb;
2create user nocodb with password '';
3grant all privileges on schema public to nocodb
4