You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written simple wrappers implementing some of the interfaces in this project but wasn't sure if you were looking for contributions at all. Or if that's even what you had in mind, although it seemed likely.
It's all rather simple stuff but it should get the job done. There are no integration tests at all since there's really no complexity to speak of. Most methods are just a single line calling another method and it doesn't get any more complex than doing that and calling a Select on the resulting set to convert them to the correct type.
But if tests are desired I'll add them in before submitting a PR.
The text was updated successfully, but these errors were encountered:
Hi! I'm primarily building this up as I need them, but as you point out, most of the implementations are going to be very straightforward so I would love your help! Please check out the README as I just updated it to describe the basic goal and structure.
I've written simple wrappers implementing some of the interfaces in this project but wasn't sure if you were looking for contributions at all. Or if that's even what you had in mind, although it seemed likely.
It's all rather simple stuff but it should get the job done. There are no integration tests at all since there's really no complexity to speak of. Most methods are just a single line calling another method and it doesn't get any more complex than doing that and calling a Select on the resulting set to convert them to the correct type.
But if tests are desired I'll add them in before submitting a PR.
The text was updated successfully, but these errors were encountered: