Skip to content

Instantly share code, notes, and snippets.

@Umnahs
Last active August 28, 2020 18:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Umnahs/8ee53daf1009346c849c4164aee785de to your computer and use it in GitHub Desktop.
Save Umnahs/8ee53daf1009346c849c4164aee785de to your computer and use it in GitHub Desktop.
Generate a query for pgprotobufutils
from proto.CompoundMessageTypes_pb2 import *
Person(name="Shiva", sex= Sex.MALE).SerializeToString().hex()
>>> '0a045368616e1801'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment