The Database Forge Class contains functions that help you manage your database.
It can:
- Create or drop a database
- Add fields and keys
- Create, drop and modify a table
I was wondering if anything like that existed for C# or .Net.
Otherwise, I think I have a little project on my hands.