Open xovox opened 3 years ago
(duncan@hack:OpenVGDB)$ time for i in monitor_orientation monitor_type monitor_resolution_vertical monitor_resolution_vertical monitor_freq ; do
export $i="$(echo "select $i from arcade where game_rom = 'mvsc';" | sqlite3 OpenVGDB.20210603_1348/OpenVGDB_20210603_1348.sqlite3)"
done
real 0m0.031s
user 0m0.018s
sys 0m0.016s
I need to start using my database for everything
https://github.com/xovox/OpenVGDB