hammy275 / comp-status

A set of programs to view the status and resource usage of computers.
GNU General Public License v3.0
0 stars 0 forks source link

Move to SQLite #55

Open hammy275 opened 2 years ago

hammy275 commented 2 years ago

May want to change the API to only get one computer, rather than all

hammy275 commented 2 years ago

We can use an in-memory DB for computer statuses. and an on-disk one for user info.

Not expecting many users, so going to stick to JSON for it for now.