Skip to content

feat: Add DROP TABLE support #68

@aviralgarg05

Description

@aviralgarg05

Description

The SQL parser misses support for DROP TABLE statements.

Requirements

  • Update sql/parser.rs to support DROP TABLE table_name.
  • Update sql/planner.rs and executor to handle table deletion.
  • Ensure metadata is removed from catalog and data is wiped from storage.

Impact

  • Allows users to manage schema lifecycle properly.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions