Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swordfish90/libretro-sqlite-db

Convert libretro rdb files into sqlite
https://github.com/swordfish90/libretro-sqlite-db

libretro rdb retroarch sqlite

Last synced: about 5 hours ago
JSON representation

Convert libretro rdb files into sqlite

Awesome Lists containing this project

README

        

# 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
```