Need to extract Data Store entities from the mentioned Data Store

Certified Associate Developer

Is there any smart service available that will give the list of Data Store Entities present in the given Data Store?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to Stefan Helzle

    I am creating application which will help in archiving the data  from production environment by converting table data into csv file...but the requirement is not limited to only one application...I need to make it generic for client so if they need to decommission any application in future they can use this archiving application....so the requirement is Interface will show all tables names from mariaDB and user can select multiple tables from this...if only one table is selected it will generate one csv file for that table data and if multiple tables are selected it will generate zipped folder of all csv files

Children