- Notifications
You must be signed in to change notification settings - Fork39
feat(sqlite): add typing for sqlite queries#68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
miguelvalente commentedJan 12, 2025
Will there be any updates on this? |
DataHearth commentedJan 20, 2025
Hey! I'm also very interested in this PR. Is this valid? Could it be merged if everything is ok? |
rayakame commentedMar 25, 2025
Would love to get this merged. |
jeffrabovsky commentedApr 14, 2025
Any progress on this? |
rfletchr commentedMay 15, 2025
I'd love to see this merged. @ardubev16 thanks for doing this. |
iRedSC commentedOct 24, 2025
Why hasn't this been merged in yet? |
rayakame commentedOct 27, 2025
I noticed this feature request hasn’t been merged yet because the maintainer of sqlc has a lot to do, and I also needed it for my use case. Feel free to try it and contact me if you encounter any issues, I am doing my best to fix issues as fast as possible and implementing feature requests asap. Similar to this plugin, my plugin is still in an beta phase, but its working perfectly fine and is being used in multiple projects. |
Uh oh!
There was an error while loading.Please reload this page.
Hi, I wanted to contribute with the typing for sqlite queries! If I missed something or it can be done better please let me know!
I got the types directly fromthe implementation for golang. Solves#64