Push some work on yet another rework of the database. This time with slots!

Details are in doc/db.md
This commit is contained in:
Impyy 2017-05-03 21:08:38 +02:00 committed by Alexander Bakker
parent 9de0f35104
commit e8e7a822c5
16 changed files with 564 additions and 310 deletions

View file

@ -91,4 +91,4 @@ public class Database {
throw new Exception("Key doesn't exist");
}
}
}