Skip to content
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

Is this project dead? #180

Closed
JobaDiniz opened this issue Feb 18, 2014 · 8 comments
Closed

Is this project dead? #180

JobaDiniz opened this issue Feb 18, 2014 · 8 comments
Labels

Comments

@JobaDiniz
Copy link

So far, I loved PetaPoco, but is this library dead?
I'd like to see this library make an assembly instead of the class and break thing apart, folowing a more good design. More people could contribute to this project, which is a great tiny ORM project.
I don't want an EntityFramework, but some things could be improved to make queries even easier.
It's been 1 year since the last nuget release.

So, any news?

@jameszou707
Copy link

yes~ i loved Peta too~!
i really wish Peta will last longer~~!

@tmenier
Copy link

tmenier commented Feb 18, 2014

Are you saying you'd prefer a compiled assembly vs. the drop-in C# file? v5 has that; it is the latest NuGet version, but it was never merged into the master branch on GitHub - you'd need to switch to the v5 branch to get it there.

There are a couple forks that have kept development active. schotime's NPoco adds many new features in the areas of querying, mapping, templating, and more. Check out the list of "Extras" in the wiki.

My own AsyncPoco (shameless plug) adds asynchrony for those on .NET 4.5. It basically replaces the entire query API with async equivalents. I'm wide open to suggestions for enhancements, whether directly related to async or not. Feel free to create a ticket if you're looking for something specific.

@Rhysling
Copy link

I was a huge fan of PetaPoco, too, but have since moved to NPoco. Will definitely check out AsyncPoco - thanks tmenier!

@JobaDiniz
Copy link
Author

That's the thing... forks around the github, differents projects... differents features in different places...

@tmenier
Copy link

tmenier commented Feb 18, 2014

I can tell you that the decision to do async as a fork wasn't taken lightly. It had implications deep in the heart of how connections are managed, etc, that would have made it difficult at best to implement as a feature enhancement to PetaPoco. In the interest of cleanness (and smallness) it worked a lot better as a separate project.

@pleb pleb added the question label Dec 4, 2015
@pleb
Copy link
Member

pleb commented Dec 4, 2015

PetaPoco is very much alive!!!

It'll be a few weeks before the ball is really rolling. I'll be adding more information over the next few days

@pleb
Copy link
Member

pleb commented Dec 5, 2015

Just published update nuget packages. Proof that this project is alive. Looking for help #204

@pleb pleb closed this as completed Dec 5, 2015
@dlwiii
Copy link

dlwiii commented Dec 5, 2015

Thanks pleb!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants