Skip to content

Analyze queries using a running SQLite database #2903

Open
@kyleconroy

Description

@kyleconroy
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    📋 Planned

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @kyleconroy

        Issue actions

          Analyze queries using a running SQLite database · Issue #2903 · sqlc-dev/sqlc