|
|
|
|
|
by jbaudanza
1817 days ago
|
|
No worries! I enjoyed checkout out your implementation! I think such a tool would be complicated to implemented. I was thinking maybe of integrating with tagged template literals somehow. Maybe something like: db.query(sql`SELECT COUNT(*) FROM users`)
And then some tool could parse the AST to find all the SQL and generate types. |
|