If I have an existing database, I want to be able to automatically code generate the corresponding Castle ActiveRecord C# classes based on the db schema. My primary intent is to avoid manually creating each class. What are my options for code gen tools with templates that can already specifically do this for Castle ActiveRecord?
(Note: This question is not about codegen tools in general. I am looking for tools specific to Castle ActiveRecord or have codegen templates already written for ActiveRecord.)