lexman / tuttle

Make for data
MIT License
19 stars 3 forks source link

Databases #4

Open lexman opened 9 years ago

lexman commented 9 years ago
lexman commented 8 years ago

New use case : create the database before populate it.

Usualy, you make a database for a project called my_project, and allow write access to user my_project. But you need to be admin to create the database. So, to complete the uses case, postgres resources needs : [ ] a database postgres resource like pg://servername:5432/database_name/ [ ] authentication like pg://admin_name@servername:5432/database_name/anything . Password should not be in the url, be configured on the system, for example with a .pgpass file.