Uh oh!
There was an error while loading. Please reload this page.
feat(sqlite): add typing for sqlite queries - #68
Conversation
miguelvalente
commented
Jan 12, 2025
Will there be any updates on this? |
DataHearth
commented
Jan 20, 2025
Hey! I'm also very interested in this PR. Is this valid? Could it be merged if everything is ok? |
rayakame
commented
Mar 25, 2025
Would love to get this merged. |
jeffrabovsky
commented
Apr 14, 2025
Any progress on this? |
rfletchr
commented
May 15, 2025
I'd love to see this merged. @ardubev16 thanks for doing this. |
iRedSC
commented
Oct 24, 2025
Why hasn't this been merged in yet? |
rayakame
commented
Oct 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. |
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 from the implementation for golang. Solves #64