Title MonoDevelop Database Improvements
Student Ben Motmans
Mentor Miguel de Icaza
Abstract
MonoDevelop currently has some tools to allow browsing of databases inside the IDE and an editor to write SQL queries. However, these features are currently very basic and could use some serious improvements.

During the summer, I would like to add the following features to MonoDevelop:
* SQL parsers to provide syntax checks and code completion
* Graphical database overview
* Graphical Database designer
* Database unit tests
* ...