Results 7 issues of Eralp Bayraktar

Is this library compatible with python3.7? thanks.

Hello, can I use these datatypes with your library?

Hello, here is my configuration: `JWT_AUTH = { 'JWT_ENCODE_HANDLER': 'rest_framework_jwt.utils.jwt_encode_handler', ``` 'JWT_DECODE_HANDLER': 'rest_framework_jwt.utils.jwt_decode_handler', 'JWT_PAYLOAD_HANDLER': 'rest_framework_jwt.utils.jwt_payload_handler', 'JWT_PAYLOAD_GET_USER_ID_HANDLER': 'rest_framework_jwt.utils.jwt_get_user_id_from_payload_handler', 'JWT_RESPONSE_PAYLOAD_HANDLER': 'rest_framework_jwt.utils.jwt_response_payload_handler', 'JWT_SECRET_KEY': secret_firebase, 'JWT_ALGORITHM': 'RS256', 'JWT_VERIFY': True, 'JWT_VERIFY_EXPIRATION': True, 'JWT_LEEWAY': 0, 'JWT_EXPIRATION_DELTA':...

What are the advantages over the default https://docs.djangoproject.com/en/2.1/topics/db/multi-db/ ``` import random class PrimaryReplicaRouter: def db_for_read(self, model, **hints): """ Reads go to a randomly-chosen replica. """ return random.choice(['replica1', 'replica2']) def db_for_write(self,...

I don't know why he closed the issue: #73 but I think this is an important feature request. cheers.

can you please compare to cursor pagination?

### Query engine trino (maybe spark) ### Question Hello pardon my ignorance, I wasn't sure if this is trino or iceberg question. I'm trying to insert 200 million rows which...