Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-19 | echo "*.lock" >> .gitignore | Frederick Yin | |
2021-10-19 | Include sample DB file | Frederick Yin | |
2021-10-19 | Flask web server prototype | Frederick Yin | |
2021-10-19 | Database lock | Frederick Yin | |
Is a lockfile named "$DATABASE_NAME.lock". `Database._write()` prevents race conditions by enforcing the lock, and waiting until a previous lock is released. | |||
2021-10-19 | No more __main__ until further notice | Frederick Yin | |
2021-10-19 | Add .gitignore | Frederick Yin | |
2021-10-19 | Basic database operations | Frederick Yin | |
Define database format. Implement basic I/O operations and take_away / give_back methods. |