alexdesousa / ayesql

Library for using raw SQL in Elixir
MIT License
135 stars 13 forks source link

allow_to_return_raw_or_keyword_list #32

Closed dkuku closed 10 months ago

dkuku commented 1 year ago

This allows to get the raw data data returned by postgrex for use with for example table_rex. It also allows to convert to keyword list which is sorted comparing to maps. Default into param can be passed to use function.

dkuku commented 11 months ago

Hi @alexdesousa . Are you planning to still maintain this library?

alexdesousa commented 11 months ago

@dkuku I'm still planning on maintaining the project, but lately it's been hard to find the time. I was checking your PR yesterday and I'm planning on adding some review comments. Mainly some stuff I find are redundant. However, I wanted to thank you for your interest in this humble project :grinning:

dkuku commented 11 months ago

@dkuku I'm still planning on maintaining the project, but lately it's been hard to find the time. I was checking your PR yesterday and I'm planning on adding some review comments. Mainly some stuff I find are redundant. However, I wanted to thank you for your interest in this humble project 😀

That's cool, I have some more work in progress :)

alexdesousa commented 10 months ago

@dkuku I finally got some time to push the CI fixes. You'll need to rebase your branch.

dkuku commented 10 months ago

@dkuku I finally got some time to push the CI fixes. You'll need to rebase your branch.

@alexdesousa I updated the branch

alexdesousa commented 10 months ago

@dkuku After those changes are committed, we can merge the PR into master.