Skip to content

Conversation

@sdarlington
Copy link

Still a way to go, but basically works.

@sdarlington sdarlington force-pushed the ignite-12867-db-api branch from 5ee99e1 to 74e7785 Compare July 1, 2021 15:38
@@ -0,0 +1,281 @@
#
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am strongly against to put dependency on sqlalchemy to thin client.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it should be a mandatory requirement, but support for SQLAlchemy is important. I may yet break this out into a separate PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose that it should be additional module. Just start separate module in separate repo.

Copy link
Contributor

@ivandasch ivandasch Jul 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can of course rearrange repo, but it is not a good idea, imho. Currently there is not any options to make it "optional". Just create new module pyignite-sqlalchemy and develope it independently.

Copy link
Contributor

@ivandasch ivandasch Jul 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And sqlalchemy is not important at all, it is just one of many others ORM, and you can barely find any db driver, that contains anything related to ORM in main repo

"""
self._check_query_started()

if size is None:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose you should use low level API
pyignite.api.sql.sql_fields
pyignite.api.sql.sql_fields_cursor_get_page

You can open cursor using the first call and retrieve next pages using the next call. Please, see how current cursors are implemented.

@@ -0,0 +1,87 @@
#
# Copyright 2021 GridGain Systems, Inc. and Contributors.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please change file header to appropriate one

threadsafety = 2
paramstyle = 'qmark'

def connect(dsn=None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if ignite node is out? We should support multiple nodes

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

Successfully merging this pull request may close these issues.

2 participants