Page 1 of 1
Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 8:55 am
by acui
I find that the db is a sqlite3 file. Can I write a editor for it?
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 9:26 am
by Primarchx
I can appreciate a monolithic DB as it holds DB management gyrations (ie, load DB-XXX if you want to play this scenario...) to a minimum.
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 11:06 am
by mikmykWS
Hi. Not yet. We're not supporting db edit beyond whats in the scenario editor.
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 6:31 pm
by bsq
ORIGINAL: acui
I find that the db is a sqlite3 file. Can I write a editor for it?
How would you know the reference system the official team are using? Use a unique key to create your new record and the next official patch over-writes it and 'poof' all your hard work is gone... Especially as the database is very much WiP by the official team...
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 7:05 pm
by mikmykWS
Yes thats one of the many issues with it.
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 7:10 pm
by mattpenfold
It also has a lot of tables, and good luck to anyone trying to make sense of it without documentation.
RE: Is there any db editor exist? If not , can I write one?
Posted: Tue Oct 08, 2013 7:16 pm
by mikmykWS
That too[:)]
RE: Is there any db editor exist? If not , can I write one?
Posted: Wed Oct 09, 2013 2:17 am
by DoctorHaider
ORIGINAL: mattpenfold
It also has a lot of tables, and good luck to anyone trying to make sense of it without documentation.
It also has a lot of tables, and good luck to anyone trying to make sense of it without documentation.
I've already done this

The structure is rather straghtforward really. But it's all because I deal with relation databases as a part of my job every day.