My experience is more with GLBA compliance than HIPAA, but I must respectfully suggest that direct access to the database could violate the integrity of the database. perhaps what you need is an admin directory with restricted access which contains simple custom forms for browsing and editing records that maintains logs, version history. and referential integrity. I know that with Go, it is fairly simple to create a dynamic form based upon the current structure of a table that uses RPC for updates. I would be glad to assist if need be.
On Friday, May 31, 2019 at 2:20:02 PM UTC-5, Anna Nevison wrote: > > Hi everyone, > > Looking for some recommendations. I created a web application and it runs > using a CloudSQL database. I wanted to add to the web application an admin > screen that would allow for an admin to have direct access to alter, view, > download, etc. the raw database information. I was looking into some GUIs > that are available for SQL and RazorSQL <https://razorsql.com/> is a > pretty good idea of what I was hoping to have embedded in my application. > RazorSQL is pricey though, I am not sure if I can use it on GAE as a > plugin, and my CloudSQL database needs to be HIPPA compliant so I do not > want anything that would connect to my database and send the info > elsewhere.. Does anyone have any recommendations on (preferably open > source) plugins or codes that I could put in my app to allow me to do > something like this? > > Thanks for any help! > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4434eea3-bcdf-44eb-8e96-986e6ac30779%40googlegroups.com.
