aland-zhang / slashbase

A modern in-browser database IDE & CLI for your dev & data workflows. Supports MySQL, PostgreSQL & MongoDB.

Home Page:https://slashbase.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slashbase

GitHub Go verison Release version Discord

Join Discord Community Β· Explore the docs Β· Read Updates

Install Now Β»

About

Slashbase is a modern in-browser database IDE & CLI for your dev/data workflows. Use Slashbase to connect to any of your database, browse data and schema, write, run and save queries, create charts, right from your browser. Supports MySQL, PostgreSQL and MongoDB.

It is in beta (v0.5), help us make it better by sending your feedback and reach a stable (v1.0) version.

Features:

  • πŸ§‘β€πŸ’» Browser & CLI based: Use as IDE in your browser or as CLI in terminal.
  • πŸͺ„ Modern Interface: With a modern interface, it is easy to use.
  • πŸͺΆ Lightweight: Doesn't take much space on your system.
  • ⚑️ Quick Browse: Quickly filter, sort & browse data and schema with a low-code UI.
  • πŸ’Ύ Save Queries: Write and Save queries to re-run in future.
  • πŸ“Š Create Charts: Create charts from your query results.
  • πŸ—‚ Projects: Organise all database connections into various projects.
  • πŸ“• Query Cheatsheets: Search for query commands right inside IDE, no need to search online when you forget query syntax.
  • βœ… Database Support: MySQL, PostgreSQL and MongoDB.

In browser

Slashbase IDE

In terminal

Slashbase CLI

Installation

The app should be installed on your desktop/laptop and should used as a part of your local development enviroment. Follow the steps below to download & start the app:

Mac OS

Using Homebrew

brew install slashbaseide/brew/slashbase

Download Binary

  1. Download the latest release and extract the zip.
  2. Run ./slashbase on terminal to start the app.

Linux

Download Binary

  1. Download the latest release and extract the zip.
  2. Run ./slashbase on terminal to start the app.

Windows

Using Scoop

scoop bucket add kulfi-scoop https://github.com/Animesh-Ghosh/kulfi-scoop
scoop install slashbase

If you don't have scoop installed on windows:

iwr -useb get.scoop.sh | iex

Download Binary

  1. Download the latest release and extract the zip.
  2. Run slashbase on cmd terminal to start the app.

Usage

Slashbase CLI

Run slashbase:

slashbase

Check slashbase version:

slashbase version

View slashbase help:

slashbase help

Slashbase IDE

To connect to Slashbase IDE:

  1. Make sure Slashbase is running
  2. Visit http://localhost:22022

Documentation

Detailed documentation is available on slashbase guide.

Community

Join our community on discord and bip.

Roadmap

Database Support

  • βœ… PostgreSQL Query Engine
  • βœ… MongoDB Query Engine
  • βœ… MySQL Query Engine
  • β˜‘οΈ SQLite Query Engine
  • β˜‘οΈ Redis Query Engine

Features

  • βœ… Query Cheatsheets
  • β˜‘οΈ Add/delete Data Models (Table/collections)
  • β˜‘οΈ Manage Views
  • β˜‘οΈ Export/import data

Contributing

Read our contribution guide for getting started on contributing to the project.

Support

If you face any issues installing or using slashbase, send us a mail on slashbaseide@gmail.com or contact support chat on our website slashbase.com.

License

See the LICENSE file for license rights and limitations.

About

A modern in-browser database IDE & CLI for your dev & data workflows. Supports MySQL, PostgreSQL & MongoDB.

https://slashbase.com

License:Apache License 2.0


Languages

Language:TypeScript 53.7%Language:Go 44.2%Language:SCSS 1.1%Language:CSS 0.6%Language:HTML 0.2%Language:Makefile 0.1%