Skip to content

Add postgres as a db#59

Merged
juliusv merged 4 commits into
prometheus:mainfrom
evkuzin:main
Nov 17, 2022
Merged

Add postgres as a db#59
juliusv merged 4 commits into
prometheus:mainfrom
evkuzin:main

Conversation

@evkuzin
Copy link
Copy Markdown
Contributor

@evkuzin evkuzin commented Nov 17, 2022

github.com/lib/pq is in maintenance mode, but it seems like the best candidate still because we don't need all these fancy features that pgx provides and its fits as a database/sql Interface. Basically, I chose it based on this

Evgeny Kuzin added 2 commits November 17, 2022 14:51
Signed-off-by: Evgeny Kuzin <evgeny@hudson-trading.com>
DCO
Signed-off-by: Evgeny Kuzin <evgeny@hudson-trading.com>
Copy link
Copy Markdown
Member

@juliusv juliusv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thank you! Would you be ok with helping to look at any issues that users report with Postgres in the near future, if we add this?

Comment thread pkg/sharer/sharer.go Outdated
Comment thread .gitignore Outdated
@evkuzin
Copy link
Copy Markdown
Contributor Author

evkuzin commented Nov 17, 2022

Awesome, thank you! Would you be ok with helping to look at any issues that users report with Postgres in the near future, if we add this?

Would be glad to :)

Signed-off-by: Evgeny Kuzin <evgeny@hudson-trading.com>
Signed-off-by: Evgeny Kuzin <evgeny@hudson-trading.com>
@juliusv
Copy link
Copy Markdown
Member

juliusv commented Nov 17, 2022

👍 Wonderful, thank you :)

@juliusv juliusv merged commit d7c6abb into prometheus:main Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants