nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

Any Database Support Like SQLite?

Open MastersoftDev opened this issue 3 years ago • 3 comments

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

MastersoftDev avatar Dec 21 '22 21:12 MastersoftDev

Hi @MastersoftDev Unfortunately, NAppGUI does not include database connectors. We have to do the database/GUI mapping manually.

frang75 avatar Dec 22 '22 10:12 frang75

Apart from the MVC demonstrated in the examples, how can it be done and accomplish CRUD? An example would be enough.

MastersoftDev avatar Dec 22 '22 18:12 MastersoftDev

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.

frang75 avatar Dec 22 '22 18:12 frang75