We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c304b14 commit a8fe4d9Copy full SHA for a8fe4d9
1 file changed
src/pages/postgraphile/requirements.md
@@ -55,6 +55,8 @@ experience.
55
Many times this can be solved by returning the relevant default setting value
56
from the
57
[pgSettings function](/postgraphile/usage-library/#pgsettings-function).
58
+- **Use UTF8 encoding**: GraphQL operates over the UTF8 character set, using
59
+ different encodings may impact your ability to store/retrieve certain values.
60
61
On top of this standard PostgreSQL best practices apply: use indexes carefully
62
for performance, use constraints to ensure your data is valid and consistent,
0 commit comments