How about having the database in a text file that gets read at program start up?

That way, if you decide to add some more data, the program doesn't have to be recompiled.

It's generally a good idea to separate data out of code, so that the code only contains logic.