Skip to content

MySQL list tables not working #9

@knvpk

Description

@knvpk

Because when we do show tables;, in typescript the return data is like below

[
{
  "Tables_from_db": "tab1"
 },
{
  "Tables_from_db": "tab2"
 }
]

But in your code you are mapping .name so its showing nulls in the final array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions