We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ece056 commit bf50b0fCopy full SHA for bf50b0f
examples/mysql/example.py
@@ -18,3 +18,5 @@
18
}
19
20
RGWriteBehind(GB, keysPrefix='person', mappings=personsMappings, connector=personsConnector, name='PersonsWriteBehind', version='99.99.99')
21
+
22
+RGWriteThrough(GB, keysPrefix='__', mappings=personsMappings, connector=personsConnector, name='PersonsWriteThrough', version='99.99.99')
0 commit comments