At the moment, database permissions are specified as `read`, `write` with one of three options; `owner`, `user`, `public`. `owner` should be deprecated and instead it should just be `user` or `public`. Permissions should be updated to support `read`, `write`, `delete`.