最后活跃于 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

修订 875691cfb9450f8552fb5b69910a7b9b38e18c47

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