Sha256: c2986876b1d5a221830c4d673bf3fad661d1bc9b0b2c7064b62ee6457e766682
Contents?: true
Size: 923 Bytes
Versions: 5
Compression:
Stored size: 923 Bytes
Contents
Execution example:: column_create --table ToyBox --name is_animal --type Bool # [[0, 1337566253.89858, 0.000355720520019531], true] load --table ToyBox [ {"_key":"Monkey","is_animal":true} {"_key":"Flower","is_animal":false} {"_key":"Block"} ] # [[0, 1337566253.89858, 0.000355720520019531], 3] select --table ToyBox --output_columns _key,is_animal # [ # [ # 0, # 1337566253.89858, # 0.000355720520019531 # ], # [ # [ # [ # 3 # ], # [ # [ # "_key", # "ShortText" # ], # [ # "is_animal", # "Bool" # ] # ], # [ # "Monkey", # true # ], # [ # "Flower", # false # ], # [ # "Block", # false # ] # ] # ] # ]
Version data entries
5 entries across 5 versions & 1 rubygems