summaryrefslogtreecommitdiff
path: root/database
AgeCommit message (Collapse)Author
2017-02-27Add README.md for /databaseleonoverweel
2017-02-27Add Python script to view a table in the dbleonoverweel
2017-02-27Add Python database rebuilderleonoverweel
This one allows you to specify the location of the database.
2017-02-26Insert database rows individually in SQLite schemaleonoverweel
The Windows version of Python SQLite said multiple insertions at once was a syntax error.
2017-02-26Add db rebuild script for windows, assuming sqlite3 is in pathMatthijs Bijman
2017-02-16Add state and last_simulated_tick to experiment, remove queued_experimentsMatthijs Bijman
2017-01-24Add database schema and testing dataleonoverweel