Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze queries using a running SQLite database #2903

Open
kyleconroy opened this issue Oct 23, 2023 · 0 comments
Open

Analyze queries using a running SQLite database #2903

kyleconroy opened this issue Oct 23, 2023 · 0 comments
Labels
📚 sqlite enhancement New feature or request

Comments

@kyleconroy
Copy link
Collaborator

What do you want to change?

#2805 added a new query analyzer that talks to a running PostgreSQL database. We should add an analyzer that talks to a local SQLite database as well. It gets a bit tricky as we need to select a SQLite implementation that works cross-platform and supports retrieving metadata from prepared queries.

What database engines need to be changed?

SQLite

What programming language backends need to be changed?

Go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 sqlite enhancement New feature or request
Projects
Status: 📋 Planned
Development

No branches or pull requests

1 participant