Closed clayote closed 1 year ago
Tweaks the prototypical Query visitors so that when you pass them to Engine.turns_when, LiSE generates a SQL query and executes it. This means you no longer need to have the whole history of the game loaded to use these.
Query
Engine.turns_when
Adds sqlalchemy and numpy as hard dependencies.
sqlalchemy
numpy
Tweaks the prototypical
Query
visitors so that when you pass them toEngine.turns_when
, LiSE generates a SQL query and executes it. This means you no longer need to have the whole history of the game loaded to use these.Adds
sqlalchemy
andnumpy
as hard dependencies.