Skip to content
Discussion options

You must be logged in to vote

You are welcome and thank you for the interest.

I find sqlc great to kickstart a project since generates all the structs and methods. But I like to take over it after initial work to have full control.
Otherwise you spend time fighting the tool and looking up how to do things instead of actually implementing the features.

For example both posts and comments have a user, but you cannot reuse the same user model.

Or post and timeline item have the same fields but they generate a different model.

Etc.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@SunChero
Comment options

Answer selected by nicolasparada
Comment options

You must be logged in to vote
1 reply
@nicolasparada
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants