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

Where are PetaPoco.Utilities and PetaPoco.Core? #57

Open
bjammin opened this issue Feb 21, 2019 · 2 comments
Open

Where are PetaPoco.Utilities and PetaPoco.Core? #57

bjammin opened this issue Feb 21, 2019 · 2 comments

Comments

@bjammin
Copy link

bjammin commented Feb 21, 2019

Just converting over some code and I noticed that these two namespaces are not in AsyncPoco, but are in PetaPoco 5.1.306.

Are they missing for a reason? Is it assumed that we just use the PetaPoco versions?

Also I noticed some other changes - the AsyncPoco.Database object does not include Provider or DefaultMapper properties.

Is AsyncPoco perhaps forked from an earlier version?

@tmenier
Copy link
Owner

tmenier commented Feb 21, 2019

Is AsyncPoco perhaps forked from an earlier version?

Yes.

At this point it's best to just think of them as 2 different ORMs with common roots. As such, porting from PetaPoco to AsyncPoco should be a far easier task than, say, PetaPoco to Dapper. But there's been no formal effort to keep the 2 in sync. Since the fork, PetaPoco got new maintainers and underwent some fresh innovation, and AsyncPoco saw some changes of its own, mostly for .NET Core support.

If there's a particular feature in PetaPoco that you'd like to see in AsyncPoco, feel free to open an issue and request it.

@tmenier
Copy link
Owner

tmenier commented Feb 21, 2019

As a side note, things that appear to be missing from Database could be related to changes necessary for 2.0.

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

No branches or pull requests

2 participants