jbochi / lua-resty-cassandra

Pure Lua Cassandra client using CQL binary protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cast values to proper type

jbochi opened this issue · comments

Types:

  • Custom
  • Ascii
  • Bigint
    • Signed Bigint
  • Blob
  • Boolean
  • Counter
  • Decimal
    • Signed Decimal
  • Double
    • Signed Double
  • Float
    • Signed Float
  • Int
    • Signed Int
  • Text
  • Timestamp
  • Uuid
  • Varchar
  • Varint
  • Timeuuid
  • Inet
  • List
  • Map
  • Set

We should really have a look at https://github.com/fperrad/lua-MessagePack/blob/master/src/MessagePack.lua.

Some implementations are simpler and faster.