Open MastersoftDev opened 1 year ago
Hi @MastersoftDev Unfortunately, NAppGUI does not include database connectors. We have to do the database/GUI mapping manually.
Apart from the MVC demonstrated in the examples, how can it be done and accomplish CRUD? An example would be enough.
A good starting point is Data Binding. https://nappgui.com/en/gui/gbind.html
This will keep the data structures in sync with the interface. Later you can update the database from the structures in C.
Greetings! I'm kindly asking that does NAPPGUI has any support for common databases like SQLite, MySQL, MSSQL Server and others? If so, how to connect to them and do CRUD?
Thanks