Conversation
This commit adds support for the driver names pgx/v4 and pgx/v5. These aliases of different versions of pgx allows loading the proper driver if a dependency of a project imports a different one. Signed-off-by: Mariano Cano <mariano.cano@gmail.com>
|
I've merged this into my fork at https://github.com/BenKnigge/sqly If you would be interested in helping maintain it. The help would be appreciated. Edit : let's all start using and contributing to the fork at https://github.com/go-sqlx/sqlx |
|
Hey @BenKnigge, do you know https://github.com/go-sqlx/sqlx? It's another fork from @uvulpos that has also been active recently? If you don't, you two should sync up and see if there's a common path forward. I would gladly contribute where I can. |
|
yes, I've been helping him out with that. We've got the tests running in git hub over the weekend. I would love to get several of these outstanding pr's merged into that fork ASAP. I'll likely drop my fork in favor of contributing to his. Could you make this a pr for that fork? |
This commit adds support for the driver names pgx/v4 and pgx/v5. These aliases of different versions of pgx allows loading the proper driver if a dependency of a project imports a different one.