Open oberstet opened 4 years ago
Document the "standard" DB types and their corresponding Python types we are using in XBR (and generally in CFXDB):
np.datetime64
uint64 (timestamp)
uuid.UUID
[uint8] (uuid)
we are using custom flatbuffer attributes to mark our subtypes, eg https://github.com/crossbario/cfxdb/blob/e50a9484e64f9c5e3a208ef6a8948d9cd0bf915d/cfxdb/common.fbs#L7
Document the "standard" DB types and their corresponding Python types we are using in XBR (and generally in CFXDB):
np.datetime64
<=>uint64 (timestamp)
uuid.UUID
<=>[uint8] (uuid)