Andrew0Hill / NURS6293_environment

Docker-based environment to provide desktop interface and database access for NURS 6293.
0 stars 0 forks source link

EMR databases restructured; revised roles/permissions #16

Closed mgkahn closed 2 months ago

mgkahn commented 2 months ago

Updated version of database creation SQL (nurs6293_createdb.sql.gz) that reorganizes the four clinical data set as separate databases (owned by Postgres user) and creates nine blank databases (mydb1-9) owned by student user). Not sure how/if we will use the blank databases. We may end up ignoring them in the final configuration.

You can test using the createdb branch prior to merging into the main branch. After you merge into main, delete the createdb branch.