mahuja -> RE: Excel Strike Planner (3/9/2016 11:04:34 PM)
|
quote:
ORIGINAL: skorpio667 I seem to recall from a SQL-course during my study that SQL can do simple math, like that of this planner, too? I'm quite confident the whole task could be done in sqlite. (Making a frontend in sql would be a hassle though.) Just to put a cherry on the top, the game's database (whichever you use) is a sqlite file, meaning you can query it directly, as a read-only. Which means a user could switch to whatever database the scenario is actually using. It'd probably be easiest to create table as select whatever to store intermediate results and do it in smaller steps. In the :memory: database, perhaps.
|
|
|
|