You guys know that you can do that already right? No need to wait for Wappler to implement it.
For mysql you can just use mysqldump command or the UI of the workbench app.
https://dev.mysql.com/doc/workbench/en/wb-admin-export-import-management.html
And for PostgreSQL you can use pg_dump command or a UI like pgAdmin.