Replies: 3 comments 4 replies
-
We're also using sqlc pretty heavily to build meter.com, but unfortunately the code is private. We are hiring though. |
Beta Was this translation helpful? Give feedback.
-
You're right that you can't use pkg.go.dev to find projects using sqlc. However, you can use GitHub code search. I found 235 repositories containing a sqlc.json / sqlc.yaml file. That said, as Kevin mentioned, there are many organizations using sqlc. Three of the biggest sponsors are organizations (https://ngrok.com, https://meter.com, http://www.getweave.com) that use it heavily. I'd be happy to introduce you to them, just drop me an email at [email protected]. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Are you aware of any open source projects that are using sqlc? While I appreciate the examples included in the sqlc repo, I'd also like to see some larger examples of using it in action. With many Go packages it's fairly easy to search on pkg.go.dev, but with sqlc it's hard because it's not imported by projects that use it. Any pointers you can provide would be appreciated!
Thanks,
Joe
Beta Was this translation helpful? Give feedback.
All reactions