Open source projects using sqlc #834
Unanswered
joeshaw
asked this question in
Issue Triage
Replies: 3 comments 5 replies
2 replies
|
We're also using sqlc pretty heavily to build meter.com, but unfortunately the code is private. We are hiring though. |
0 replies
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 kyle@conroy.org. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions