Open Seonnyn opened 11 years ago
Other than on the ToDo List the First Version will just support MySQL, so there won't be a dropdown box already and no multiple libraries for the database (but I will include a database handler which will choose the right database even if new ones will be included later)
For the Database Settings there need to be a simple Form which asks after Host, Port, DB, User and Password. Afterwards this shall be trying to get a connection to the given Database with the given User and password. Otherwise create an error.
For this we need a databasehandler in the library and for the first version a mysql-lib which will handle all the mysql stuff.