Replies: 7 comments 6 replies
-
|
Hi @keef-ui,
Condivisione.schermo.-.2024-10-04.13_01_03.mp4Do you have more details about your issue? |
Beta Was this translation helpful? Give feedback.
-
|
I am sorry, I think the problem is not with the queries, What i think is happening is that that the initial connection/authentication to DB is taking about 1 minute. But once its connected the , the queries will be executed instantly and fast. I tested the following code with 2 queries, once CloudDb was authenticated, both the queries came back instantly. If you can let me know if there is anything else I can check in my end, please let me know. Thanks for looking into the problem! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @keef-ui, |
Beta Was this translation helpful? Give feedback.
-
|
Hi @keef-ui, after further investigation Deno 2 seems to be working with @sqlitecloud/drivers in Windows without using websockets. Can you confirm that it also works on your machine? So I can close this issue. Here you can see that it works in our CI by running the examples we have in the examples folder. https://github.com/sqlitecloud/sqlitecloud-js/actions/runs/11963531862/job/33354141189 |
Beta Was this translation helpful? Give feedback.
-
|
I still have to use websockets, it still a problem without the WebSocket settings. I have setup a temporary api key so you can test with my sqlite cloud account, so that we can eliminate that. I think there was 2 emails associated with my account one for gmail.com and one for googlemail.com. I will send the api key for you to test through the sqlitecloud dashboard contact form. |
Beta Was this translation helpful? Give feedback.
-
|
@keef-ui thanks I've received the apikey. It works with it on MacOS. On Monday I'll try also on Windows. |
Beta Was this translation helpful? Give feedback.
-
|
@keef-ui I've found a way to reproduce it. I'll let you know as soon as I fix it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Iam running deno version 1.46.2. I run a basic script to query :the query returns about one minute later with the result. But if I run the similar basic script in Node.js, the result comes back within seconds. My question is , has anyone tested the database module with Deno, if so what is the expected outcome?
Beta Was this translation helpful? Give feedback.
All reactions