I'm looking to build a website around an existing database (which I control) that has a large amount of data, but is fairly simple (some number of tables and relations, not complex).
My thought is to use Drupal for the overall site management, and simply display data from the separate data store (managed separately). My intent is to display certain subsets of the data, so I can envision using certain specific queries.
Given the relatively simple setup, would it be preferable to embed code using the PHP module, or to make use of Drupal's content management features to handle this scenario?