Subsonic 3.0 uses T4 templates, which makes is very easy to extend.  One thing that is missing out of the box though, is the ability to specify only tables to be included.  The current download (version 3.0.0.3) has an array (ExcludeTables) for specifying table names that we don’t want to generate a DAL for, but [...]