Crates.io | msbfinal_db |
lib.rs | msbfinal_db |
version | 0.1.0 |
source | src |
created_at | 2021-05-15 21:56:48.98897 |
updated_at | 2021-05-15 21:56:48.98897 |
description | The database backend used for my MSB final project (https://gitlab.com/lincolnauster/omsb9-final |
homepage | |
repository | |
max_upload_size | |
id | 398018 |
size | 48,266 |
The database contains all records of activity on the hosted website, accessible and modifiable via UNIX Socket IPC. This is a very narrow database, holding only what is pre-programmed as necessary for analysis. It is not scalable to a general purpose database, and is as such for convenience. Review ARCHITECTURE.md for implementation details.