Skip to content

AgrafeModel/CrystalSQL

Repository files navigation

CrystalSQL

CrystalSQL

About

CrystalSQL is a user friendly SQL Client for all (almost) SQL databases.

But why ?

  • Simple : CrystalSQL is simple to use. Connect to your DB, and that's it !
  • Fast : CrystalSQL is fast. It uses the power of Electron and React to provide you the best experience possible.
  • Beautiful : CrystalSQL is beautiful. It uses the power of React and TailwindCSS to provide you the best experience possible.

Features

  • Connect to a database
  • Execute SQL queries
  • Save connections
  • Multiple themes
  • Save queries

Planned

  • Multiple tabs
  • Multiple connections
  • Export results
  • Import connections
  • Import queries

Usage

Install Dependencies

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)