I know what this question looks like, but I'm pretty serious. I am trying to create an application that will help me in studying databases (sql, queries, proper database design, etc.). I use a pet project at work, so I have something to focus on real requirements. The original project was written ("Frankensteined together," as the author of the original said) via MS Access. I would like to know how to do this better with SQLite, but I donโt know how to recreate the other functions available.
Using this site as a way to interact with programmers and developers (I do not work with anyone), I still read all Database Design for simple deaths , as recommended in this matter. So, I have a small database design that I plan to implement using SQLite.
I also tested how to create a user interface for the application using Balsamiq Mockups, and presented some ideas to my potential user base (my peers in my team) so that they could give feedback.
Database --> <insert code here> --> User Interface
However, the part that falls for me is how I bridge the gap between the two projects? I understand that, obviously, where is encoded, but to date I have done nothing with the graphical interface. Searching around, I did not seem to find anything final to help me (a book, a website, even a process to follow), trying to actually write an application.
I know Perl to some extent, but used it only for command line applications; I could use the Win32 :: GUI module, but I really donโt understand the difference between GUI programming and command line programming, except I just know that they are different.
Is there a model or GUI development guide? Are there specific resources for linking the application to the database?
language-agnostic design user-interface implementation
romandas
source share