graphene-sqlalchemy icon indicating copy to clipboard operation
graphene-sqlalchemy copied to clipboard

I have wrote some extensions for graphene-sqlalchemy

Open yanghg-basefx opened this issue 6 years ago • 2 comments

Here they are: graphene-sqlalchemy-ext

And I think some of methods can merge into graphene-sqlalchemy as a basic function. such as connection_from_query, which provides a way to page result by SQL query (LIMIT ... OFFSET ...). It's much faster than convert all the query to a list.

If you'd like to, you can use any code free. I'm very happy to contribute my strength.

Cheers.

yanghg-basefx avatar Mar 01 '19 08:03 yanghg-basefx

Thanks a lot for your contribution, @yanghg-basefx

I take a look at your code in the week and see what we could do :)

Nabellaleen avatar Mar 18 '19 10:03 Nabellaleen

I see you added this issue into To do, how's it going? Do you need any help?

Here is the link point to connection_from_query I said before.

yanghg-basefx avatar Apr 04 '19 07:04 yanghg-basefx