DEV Community

Cover image for Drizzle Admin Tables with Codegen, Export, and URL State - TableCraft
jQueryScript
jQueryScript

Posted on

Drizzle Admin Tables with Codegen, Export, and URL State - TableCraft

TableCraft is a Drizzle table query builder and React data table stack.

Key points:

  • Drizzle schema to query API
  • Metadata driven columns and filters
  • React table UI with URL synced state
  • Codegen for typed adapters and row types
  • Adapters for Hono, Express, Next.js, SvelteKit, and Elysia

The part I would pay attention to is the shared contract. One table config can drive backend queries, frontend metadata, exports, and typed client code.

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)