Unlocking Native SQLite Access in Bun Using ES Module Imports
In recent updates, Bun has been gaining traction for its speed, simplicity, and first-class TypeScript support. But one feature that often flies under the radar—and frankly feels like magic—is Bun’s ability to import SQLite databases as native modules using the ES module import attribute.
This is not