Looking at the API, it looks pretty young/raw.<p>API offers two types of primary data structures; Files and Tables.<p>A File is a binary object that can grow and shrink to any size, and data can be written to and read from any position.
Table can store string values, supports indexes on columns.<p>No mention of real query language.