this post was submitted on 07 Jul 2023
16 points (100.0% liked)

Golang

2194 readers
1 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] verstra 3 points 1 year ago (1 children)

Wait, a company? Isn't this an open source project? Is there a plan for a revenue stream?

[–] krom 2 points 1 year ago (1 children)

Sometime company can be organized around an opensource project 🤷

[–] verstra 1 points 1 year ago (1 children)

And the employees are volunteering? It needs some plan for profitability, otherwise no investor will touch it.

[–] krom 1 points 1 year ago* (last edited 1 year ago)

Sorry, I have no idea, I'm not affiliated in any way.

I can only assume that their business plan will be consulting / support based.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Think of it as a reverse ORM: you write SQL queries in a text file, run sqlc generate, and then continue writing your code.

That's not a reverse ORM, that's just an ORM. Object relational mapping is independent of query building.

The active record pattern attempts to combine ORM and query building together and does so by driving queries from the models rather than the models being derived from the queries. It might be fair to call this a reverse active record pattern.

[–] ishanpage 1 points 1 year ago (1 children)

sqlc is great, but I found it quite hard to get started initially because of lack of good documentation. I hope that they'll be able to focus more on improving the docs!

[–] verstra 0 points 1 year ago

Wait, a company? Isn't this an open source project? Is there a plan for a revenue stream?

load more comments
view more: next ›