Rapid Database Application Development
|
||
Development |
"Microsoft Access for Linux"
|
|
KexiDB 2.0 DesignKexiDB 2.0 is the upcoming iteration of KexiDB for KDE4, that makes use of Qt4.
Main Goals ^ tocMultithreadingProblem: Data processing can be time consuming. Connections can be slow. For beter user's experience, multithreaded processing and GUI should be used. Ideas: reuse Thread Weaver. Links: 1, 2. ^ tocMultiple Connections SupportProblem: Real live db apps equire multiple connections to be made concurrently. Ideas:
Simplify the API ^ tocConnection ClassProblem: current Connection class is huge. Split it to orthogonal classes. ^ tocMake classes implicity sharedProblem: currently only Transaction and DriverManager classes are implicity shared. Remember about object's live time (notification about schema changes will be still needed). |
|||||
|