Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 421 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 421 Bytes

Grades-Manager

A mini database to keep me informed of what's happing on my school.

I've written a first version of this, using purely java and java serialization to store the data on the disk. But I eventually realized that is was a bad idea. So I am rewriting the whole code base using java again, but this time using a Sqlite DB. I am redesigning everything and trying to come up with a clean and simple solution.