Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 394 Bytes

File metadata and controls

26 lines (17 loc) · 394 Bytes

SQL Runner

This project aims to run SQL queries with Bun

To install dependencies:

bun install

To run:

bun start

To run with helpful hints:

bun dev

Note

Write your SQL queries inside runner.sql file.

This project was created using bun init in bun v1.2.7. Bun is a fast all-in-one JavaScript runtime.