You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.",
114
+
answer: "Authorization cannot get any easier.",
121
115
},
122
116
{
123
117
id: 6,
124
118
question: "pg_graphql Postgres Extension",
125
119
answer:
126
-
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.",
120
+
"pg_graphql generates a GraphQL API based on the Postgres schema.",
127
121
},
128
122
{
129
123
id: 7,
130
124
question: "Postgres RLS",
131
125
answer:
132
-
"Lorem ipsum dolor sit amet consectetur adipisicing elit. Quas cupiditate laboriosam fugiat.",
126
+
"Row level security on the Postgres layer ensures that viewers can only access what they are allowed to access and can only create records when authenticated.",
0 commit comments