Menu

Types in IgnitionDb

IgnitionDb does now have support for types.
I supports DATE, DATETIME, INT and STRING
DATE is an 8 byte long integer value consisting of yyyyMMdd
DATETIME is a 14 bytes long integer value consisting of yyyyMMddHHmmss
INT is a 12 bytes long integer
and STRING (the only type with generic length) is exactly what it says, namely a string...

Posted by Thomas Hansen 2013-02-27

Log in to post a comment.