有没有一种方法可以使用go-pg或go中的任何方法动态创建Postgres数据库?

I am working on a project that involves me dynamically creating a database for each client. I could do this with PHP and MySQL, but for optimization, the project language is been changed to Go and PostgreSQL. So i am trying to see if there is a way to achieve this with go-pg or any method in Go.