fruether / R2ML_Project

0 stars 3 forks source link

Coding module for DatabaseAdapter #3

Closed fruether closed 4 years ago

fruether commented 5 years ago

The database adapter module has to be coded. It has to be able to connect to MySQL and it addition it should be easy to extend so that further other libraries could be used.

In the end it should abstract away the SQL syntax. Take into consideration implementing methods like:

fruether commented 4 years ago
fruether commented 4 years ago

A first version is implemented so I will close this issue