Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 565 Bytes

Drizzle ORM + sql.js

This is a demo of the Northwind dataset, running on Drizzle ORM + sql.js + SQLite in your browser
This dataset was sourced from northwind-SQLite3, UI design from Cloudflare D1 example.
You can use the UI to explore Supplies, Orders, Customers, Employees and Products, or you can use search if you know what you're looking for.

npm i
npm run dev