I'm aware of the fact that database testing (CRUD) can be considered out of NUnits scope, since it's not quite unit testing, but nevertheless :
Is there any standard way in NUnit for database testing?
Something in the lines of rolling back transactions made, or any other solution I cannot come up with?