We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
See the Titan type overview
default
thunderdome.Integer
thunderdome.Decimal
thunderdome.Double
Maps to a string in Titan
thunderdome.DateTime
example:
Map to a double in Titan
Create a Human vertex, keeping track of the date we create it.
Human
class Human(thunderdome.Vertex): name = thunderdome.String() date_created = thunderdome.DateTime(default=datetime.now)