You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: