Swordfish90 / libretro-sqlite-db

Convert libretro rdb files into sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libretro-db-sqlite

This is a tiny script I used to pack a bunch of libretro rdb files into a single sqlite database.

Usage

From within this folder:

git clone https://github.com/libretro/libretro-database
git clone https://github.com/libretro/RetroArch
cd RetroArch/libretro-db
make
cp ./libretrodb_tool ../..

# If needed, customize the list of entries in libretro-sqlite-db.py
cd ../..
python3 libretro-sqlite-db.py

About

Convert libretro rdb files into sqlite

License:GNU General Public License v3.0


Languages

Language:Python 93.4%Language:Shell 6.6%