feat(sqlite): add typing for sqlite queries#68
feat(sqlite): add typing for sqlite queries#68ardubev16 wants to merge 1 commit intosqlc-dev:mainfrom
Conversation
|
Will there be any updates on this? |
|
Hey! I'm also very interested in this PR. Is this valid? Could it be merged if everything is ok? |
|
Would love to get this merged. |
|
Any progress on this? |
|
I'd love to see this merged. @ardubev16 thanks for doing this. |
|
Why hasn't this been merged in yet? |
|
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