Use database.json instead of database.txt
Opened this issue · 2 comments
ColinTree commented
That's more formal, and backward compat strategy like
if !exist('database.json') & exists('database.txt') then rename('database.txt', 'dadtabase.json')
can be taken.
barreeeiroo commented
Yep
Can you open a PR?
bertalanimre commented
Any update if this is up-to-date or the project is dumped?