The .sql file extension is now automatically configured to be importable in your Worker code when using Wrangler or the Cloudflare Vite plugin.
This is particular useful for importing migrations in Durable Objects and means you no longer need to configure custom rules when using Drizzle.
SQL files are imported as JavaScript strings:
// `example` will be a JavaScript stringimport example from "./example.sql";Source: Cloudflare
Latest Posts
- Amazon Bedrock Managed Knowledge Base introduces user-managed setup for SharePoint, OneDrive, and Confluence data sources

- Amazon Bedrock Managed Knowledge Base now supports ServiceNow as a native data source connector

- Amazon Bedrock Managed Knowledge Base now supports automatic sync scheduling for data source connectors

- Amazon ECS introduces Early Success Criteria for service deployments







