What database engine would be appropriate for an online multiplayer card game(with many different cards) done in Flash?
MyISAM seems to be the one because of full-text search and good read speeds, although it doesn't support foreign keys which my card database will heavily depend on.