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
- OpenAI GPT-5.6 Sol, Terra, and Luna now support 1 million token context windows on Amazon Bedrock

- AWS Transform continuous modernization is now generally available

- AWS Lambda Provisioned Mode for Amazon SQS event source mappings now supports up to 10,000 event pollers

- AWS Organizations now provides maximum account quota visibility in Service Quotas







