inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Support databases #203

Open jbmorley opened 2 years ago

jbmorley commented 2 years ago

Right now we don't support databases--the EPOC data format is gnarly. Unfortunately they were very easy to use in OPL so many programs make use of them and at some point we'll want to try adding support again. This issue is intended to track the work and capture programs we know require database support.

jbmorley commented 2 years ago

LogJam by Adam's Software (/library/epocgames/logjam).

kapfab commented 4 months ago

Could you share what you managed to gather about the EPOC database format so far? I spent a couple of hours trying to reverse-engineer a few databases some time ago, but I didn’t get very far.

jbmorley commented 4 months ago

@kapfab For sure. I'll try to page it back in and write it up.