database
tags-
Adventures in databases 01: so it begins
Jul 15, 20265 min
Years ago, back when I was in undergrad, I wanted to write a simple command line application. This application needed to have persistent data, and for that I would need some sort of database. The specifics of that application aren't important, just know I wanted the database to:
- Start up when the program started up and shut down when the program shut down
- Startup should be as fast as possible, shutdown could take however long…