Rihan
Explore posts from serversAssign DNS records to specific preview deployments in NuxtHub
Hi @eddy401, this is possible! 😃
https://developers.cloudflare.com/pages/configuration/preview-deployments/#preview-aliases
Essentially, all branches are accessible like
<branch>.<project>.pages.dev
. You can create a CNAME record pointing to that for a fixed (sub)domain for previewing. For example CNAME staging.example.com -> staging.example.pages.dev
.11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Is there any rough timeline for the new implementation?
11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Ahh I see, thank you very much for letting me know 😃
11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Also, it seems like any comments cannot be parsed within Miniflare's
.exec()
so my working example above only applies to deployed Workers, and not local development.11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
The two queries I'm running (shown above) are separated with
\n
. Is it intentional that any individual query cannot span across multiple lines too?
With the migrations example on docs (which is also my scenario), it'd be common to see multi-line queries within them for readability.11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Thank you for getting back to me 😃
11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Making the
CREATE TABLE
statement into a single line:
{"count":2,"duration":0.555}
11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
11 replies
CDCloudflare Developers
•Created by Rihan on 10/21/2024 in #d1-database
I'm trying to run multiple SQL
Here's a minimal repro
11 replies