r--w / pocketbase

PocketBase Go SDK
MIT License
83 stars 30 forks source link

Project Status #85

Open gaby opened 1 year ago

gaby commented 1 year ago

Hello @r--w

Whats ths status of this project? There's few pending PR's and the version with upstream Pocketbase is behind.

Thanks!

gedw99 commented 11 months ago

Me too

https://github.com/pocketbase/pocketbase/discussions/995#discussioncomment-4186108 is how I found this.

I have been running a code generator to create a PB golang SDK also.

@r--w Are too busy etc to maintain this project ?

Or you just gave up due to not enough help / buy in from other golang devs using PB maybe ?

My profile has a Telegram link if you want to chat etc...

pluja commented 11 months ago

I would also like to know the status of the project, I have tested, and it works with latest 19.4 version, but I'm unsure if this project is just working, so no further work is needed yet, or maybe it's just no longer maintained? Upgrading pocketbase and other packages versions would be great though...

r--w commented 11 months ago

Hi @gedw99 @pluja I really like the PocketBase, but don't have time to maintain this project, too much work in my company @coinpaprika. Happy to give you the maintenance rights.

pluja commented 11 months ago

@r--w Thanks for your answer, I understand that you can't dedicate your time to this project currently. I made a fork where I have updated the dependencies and added the expand field to the ParamsList. For now, I will keep it as a fork, since I am not sure for how long I will maintain it: https://github.com/pluja/pocketbase

Just out of curiosity, are you still using PocketBase for coinpaprika?

r--w commented 11 months ago

We use PocketBase + LiteStream for an internal project (news tracking) and it works really well, but we are happy with the 0.9 version and do not need to upgrade. It serves this business case for more than a year ;)

image

gedw99 commented 11 months ago

@r--w Thanks for your answer, I understand that you can't dedicate your time to this project currently. I made a fork where I have updated the dependencies and added the expand field to the ParamsList. For now, I will keep it as a fork, since I am not sure for how long I will maintain it: https://github.com/pluja/pocketbase

Just out of curiosity, are you still using PocketBase for coinpaprika?

@pluja If you turn on issues on your fork I can collaborate with you in the code.

pluja commented 11 months ago

@gedw99 hey, of course. As of now, I have updated most dependencies and also I have added a few features like the expand to add relations to the list requests, and the fields that adds support for the selection of fields. Feel free to make any PR you want, I will merge it without problems if it's right!

r--w commented 11 months ago

Great @pluja I added link to your repo in the README

gedw99 commented 11 months ago

@gedw99 hey, of course. As of now, I have updated most dependencies and also I have added a few features like the expand to add relations to the list requests, and the fields that adds support for the selection of fields. Feel free to make any PR you want, I will merge it without problems if it's right!

Would you be ok with turning on Issues on your repo ? So that a PR and reference an issue to keep the change log tidy, and a place to discuss anything.

pluja commented 3 months ago

@gedw99 hey, of course. As of now, I have updated most dependencies and also I have added a few features like the expand to add relations to the list requests, and the fields that adds support for the selection of fields. Feel free to make any PR you want, I will merge it without problems if it's right!

Would you be ok with turning on Issues on your repo ? So that a PR and reference an issue to keep the change log tidy, and a place to discuss anything.

Hey @gedw99 just saw your comment, sorry. PRs were already enabled, but I just turned on issues!

gedw99 commented 3 months ago

Thanks .

If you’re looking for a maintainer , I can’t do it . Too busy.

pluja commented 3 months ago

@gedw99 no worries, I am maintaining it, if you ever want to contribute, you're welcome to

gedw99 commented 3 months ago

I def want to .

a code generator that reflects off the db was big on my list

J7mbo commented 2 weeks ago

Did we get expand support included here at all?

gaby commented 2 weeks ago

@J7mbo Not yet