Parcourir la source

update readme

david il y a 5 mois
Parent
commit
6a3ccad8ac
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,4 +85,4 @@ Signin fails.
 ## Discussion
 This implementation works at this small, prototypical scale but there are certainly ways to improve this design.
 In SurrealDB relation tables can have fields. Maybe the relation tables *can_select*, *can_create* etc. should
-be collapsed into a single table *rights* having a field of type set<string> with the optional values "select", "create", "update", "delete". For now we will keep it simple though.
+be collapsed into a single table *rights* having a field of type set<string> with the optional values "select", "create", "update", "delete". This might be easier to maintain than four different relation tables. For now we will keep it simple though.