mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
.. | ||
.ycm_extra_conf.py | ||
bintree.c | ||
bintree.h | ||
dat_converter.c | ||
db_parser.c | ||
db_parser.h | ||
Makefile | ||
mkdb.sh | ||
rarchdb_endian.h | ||
rarchdb_tool.c | ||
rarchdb.c | ||
rarchdb.h | ||
README.md | ||
rmsgpack_dom.c | ||
rmsgpack_dom.h | ||
rmsgpack_test.c | ||
rmsgpack.c | ||
rmsgpack.h |
rarchdb
A small read only database Mainly to be used by retroarch
Usage
To convert a dat file use dat_converter <dat file> <db file>
To list out the content of a db rarchdb_tool <db file> list
To create an index rarchdb_tool <db file> create-index <index name> <field name>
To find an entry with an index rarchdb_tool <db file> find <index name> <value>
The util mkdb.sh <dat file> <db file>
will create a db file with indexes for crc sha1 and md5