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
I laid the ground work for this in #550, but it needs significant work. For PostgreSQL, we need to do the following:
Refactor portions of sqlc-pg-gen into a separate package
Currently only function definitions are extracted. We need to include table and type information
MySQL is a bigger question mark because I don't know how to pull out the necessary information. The first step will be to explore what queries are necessary to get the needed data.