I have table called generalledger_mgmt that contains many columns. I wrote query to perform some operations and select some of them as below. My problem is some
The database is near 5 millions rows. I declare a model like below: class Amodel(db.Model): id = db.Column(db.Integer, primary_key=True) date = db.Col
I have a GCP Cloud Function which is triggered via a Pub/sub topic. The function just backs up Datastore data to Cloud storage. The function works fine but I ge
Laravel6 lighthouse-php5 I'm using lighthouse-php for GraphQL Subscription and I receive the message from pusher. So I have the question of Subscription unsubsc
I have tried a couple of approaches, I've been successfully able to launch the browser and search the term. I've tried using for loop but i think I'm missing so
By default, perl prints \r\n in a win32 environment. How can I override this? I'm using perl to make some changes to some source code in a repository, and I don
I want to get map data from cloud Firestore,this is java code I need to access the same database in swift. I attached the java code and database structure pictu
I have a question about the architecture of docker images. For example, alpine:latest provides the image for linux/arm/v8 architecture. We can pull this image b