database-client-sveltekit Svelte Themes

Database Client Sveltekit

Database Client (SvelteKit)

A SQL client built with SvelteKit, supporting SQLite and PostgreSQL.

Features

  • Resizable 3-pane layout (Sidebar, Code Editor, Results).
  • SQL handling via better-sqlite3 and pg.
  • Monaco-like editing with svelte-codemirror-editor.

Setup

  1. Install dependencies:

    pnpm install
    
  2. Seed test database:

    node seed.js
    
  3. Run development server:

    pnpm dev
    

Usage

  • Open the app.
  • Select a connection from the sidebar (e.g. "Demo SQLite").
  • Write SQL in the middle pane.
  • Click "Run" or press Ctrl/Cmd + Enter.

Top categories

Loading Svelte Themes