gdo/value
Types
pub type DbValue {
Null
Int(Int)
Float(Float)
Bool(Bool)
String(String)
Bytes(BitArray)
}
Constructors
-
Null -
Int(Int) -
Float(Float) -
Bool(Bool) -
String(String) -
Bytes(BitArray)