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 would like to be able to automatically generate types from the database queries. To do this:
Build an SQL parser that is flexible in how it handles placeholders that could be replaced with other SQL, and which supports a reasonable subset of the postgres/mysql/sqlite syntax - being worked on in feat: create an SQL parser #20
Write util to extract queries from typescript files
Write util to extract type from parsed SQL query and database schema
I would like to be able to automatically generate types from the database queries. To do this: