I now want to create foreign keys for all of my mew DBs. So far i have been using sqlite and MyIasm DBs so i havent used a DB that supported it. I am thinking i should install and use a MySql server with InnoDb (connected via C#).
My question is what can i use to actually see the FKs relations? I would like to see it by using a sqlite db if possible. Is there good browser that will let me see all or some of the relationship between tables and columns?
-edit- there can be multiple correct answers so i'll change this into a wiki.