-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding extra/buntype package #112
Comments
Sounds good, will go-pg users be invited to use buntype? |
They are definitely welcome (just like everyone else). Is there anything specific we need to do to better accommodate them? |
Since the ultimate fate of go-pg is to be replaced by bun, I think this is a good start to let its users know if they are looking for new features, there is a bun out there. |
Yes, I will add big fat banner to go-pg once we release Bun v1.0 which should happen this month. The only blocking issue is #59 and docs polishing. |
I was testing the package with bigint and I found that when I want to load fixtures from yaml file, I got unmarshall error. Should we equip the extra types with marshall/unmarshallers as well? |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. If there is no update within the next 7 days, this issue will be closed. |
@d-fal sorry for the late reaction, but what do you think about moving github.com/pgcontrib/bigint to github.com/uptrace/bun/buntype? So
bigint.Bigint
becomesbuntype.Bigint
.The text was updated successfully, but these errors were encountered: