We are currently experimenting with service stack and ormlite for a new ERP application we are hoping to integrate with some of our legacy stuff. I find the approach taken by both Service-stack and it's ormlite module refreshing and a joy to use, so we'd like to foloow the same approach to simplicity and performance but a stumbling block we have come across is the auditing of data and actions. I was just wondering if anybody had dealt with this, using the service-stack "stack" and how they have approached it. We don't want to use dbtriggers as the database is being dropped and created regularly and we also have a number of actions that require and audit that wouldn't be appropriate for such low level management.
Any advice would be much appreciated.