I am trying to open a QGIS project that is saved to the database (Project -> Save to -> PostgreSQL) by means of Python script.
I find a similar way to open project which is saved to the desktop using QgsProject.instance().read(filename).
Can anyone guide me a similar way to open from database?