Skip to content

feat: implement get columns/tables for transactional databases #285

@Ryuk-me

Description

@Ryuk-me

Implement get_columns function for every database which will return column name and column type

It should take is_generic as a flag and return generic data type if it's true

Example

is_generic = False
[
  {
    "name": "first_name",
    "type": VARCHAR
  }
]

is_generic = True
[
  {
    "name": "first_name",
    "type": "string"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions