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
It would be nice if, for example, you could generate a .db file from a Database dataclass, or a .proto file from a StreamProtocol.
This would assuredly poke holes in things like poor comment-handling, but it could be useful for automatic reformatting and such.
The jinja templates probably have enough flexibility to do this, so it'd be a matter of adding a key for this type of representation and a new format for nearly every dataclass (... not a small task).
The text was updated successfully, but these errors were encountered:
It would be nice if, for example, you could generate a
.db
file from aDatabase
dataclass, or a.proto
file from aStreamProtocol
.This would assuredly poke holes in things like poor comment-handling, but it could be useful for automatic reformatting and such.
The jinja templates probably have enough flexibility to do this, so it'd be a matter of adding a key for this type of representation and a new format for nearly every dataclass (... not a small task).
The text was updated successfully, but these errors were encountered: