Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swordfish90/libretro-sqlite-db
- Owner: Swordfish90
- License: gpl-3.0
- Created: 2019-12-10T07:28:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T19:08:28.000Z (over 2 years ago)
- Last Synced: 2024-10-13T00:52:27.117Z (about 1 month ago)
- Topics: libretro, rdb, retroarch, sqlite
- Language: Python
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```