Skip to content

Add Custom SQL Editor with Query History #185

@yash30000

Description

@yash30000

Enhance query editor to store and access previously run queries.

Reference Code:

let history = JSON.parse(localStorage.getItem("queryHistory") || "[]");
history.push(query);
localStorage.setItem("queryHistory", JSON.stringify(history));

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions