Hi, I am doing a project for University where I am creating a cross-platform, open-source GUI to SQLite, I am going to be using mono to build it, do you think this will be ok or do you think I will encounter any problems along the way? I've noticed there is a wrapper for mono, but where mono is unable to use windows.forms it uses GTK#, and I don't think there is a wrapper for GTK#, but I am not sure if this will be needed.
Also, was SQLite created using a structured or object-oriented methodolgy so that I can design the interface in the same way. Any suggestions would be greatfully appreciated. Aaron