sqlx.NewDb(sqldb.Named("users").Stdlib(), "postgres")
using sqldb seems to give me an error when i start the program
Can you share what the error is? That would help pinpointing the issue. Thanks!
sqlx.NewDb(sqldb.Named("users").Stdlib(), "postgres")
using sqldb seems to give me an error when i start the program
Can you share what the error is? That would help pinpointing the issue. Thanks!