How do you use bob step by step? #373
switchupcb
started this conversation in
General
Replies: 1 comment 3 replies
-
There have been quite some major changes lately and the documentation wasn't updated yet, but I'm currently writing up an short up-to-date step-by-step guide (focused on postgres) and will link it here when it's ready. In the meantime you can find some more recent information in the Github discussions and the changelog. |
Beta Was this translation helpful? Give feedback.
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.
-
I searched the pkg.dev and documentation website
How do you use bob step by step?
go get
orgo install
anywhere.bobgen.yaml
but I cannot find an example anywhere.go run
commend, but then references an unreferenced yaml key for driver configuration.So, what is a step by step guide to running bob with github.com/jackc/pgx/v5 driver and calling a create and insert?
I am also hoping that bob generates the code for me to connect to database so I don't have to configure all of that too.
Beta Was this translation helpful? Give feedback.
All reactions