TailwindSQL
TailwindSQL lets you write SQL queries using Tailwind-style class name
...Inspired by the simplicity and utility of Tailwind CSS, TailwindSQL allows developers to describe database queries using a familiar syntax such as db-table-column-where-field-value, collapsing traditional SQL into readable, utility-driven structures that map directly to data fetches. When used in React Server Components, these class-style queries are parsed and executed at render time with zero client-side JavaScript, letting you fetch and render data without writing SQL strings explicitly. The project is built on SQLite with better-sqlite3 for fast local access, and it supports rendering results in different formats such as text, lists, tables, or JSON directly from markup.