PySide6 ModelViews and Databases
Connecting your PySide application to data sources

All but the simplest apps will usually need to interact with some kind of external data store —
whether that's a database, a remote API, or simple configuration data. The Qt ModelView architecture
simplifies linking and updating your UI with data, whether it’s in custom formats or coming from external sources. In
this PySide6 tutorial, we'll discover how to use Qt ModelViews to build responsive, high-performance Python GUIs.

Start with “The ModelView Architecture in PySide6”