资 源 简 介
IMPORTANT: Project has [moved to github](http://github.com/jakubkulhan/metatable) because of power of Git :-)
What is metatable?
metatable aims to provide simple interface to store and retrieve data. It is
written entirely in PHP and uses only basic PHP functions, so no extensions are
needed. But still metatable should be fast enough to be used as storage backend in
some sort of applications. Data are stored in binary file in metatable"s own
format.
Data representation
metatable is big hashmap, which associates (row : string, column : string) pair
to value. Currently supported value types are: string, int (32bit) and boolean.
string is uninterpreted, so other types may be stored in their binary form as
string. Maximal lengths of row and col