The open-source in-browser database IDE for your dev/data workflows.
Install Now »
Join Discord Community
·
Explore the docs
·
Read Updates
Slashbase CLI - in terminal
Slashbase IDE - in browser
About
Slashbase is an open-source in-browser database IDE 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 PostgreSQL and MongoDB.
It's written in Golang and Nextjs React Framework and runs as a single binary.
Features
- Browser & CLI based: Use as IDE in your browser or as CLI in terminal.
- Easy to use: with minimal interface it is simple to use.
- Database Support: PostgreSQL and MongoDB.
- Save Queries: Write and Save queries to re-run in future.
- Create Charts: Create charts from your query results.
Installation
The app should be installed on your desktop/laptop and should used as a part of your local development enviroment.
Docker
Run the following commands on terminal to start the app inside docker container:
docker pull slashbaseide/slashbase
docker run -p 3000:3000 slashbaseide/slashbase
The app is running at port 3000. Visit http://localhost:3000 from the browser.
Binary
Follow the steps below to download & start the app:
Mac OS and Linux
- Download the latest release and extract the zip.
- Run
./slashbase
on terminal to start the app.
The app is running at port 3000. Visit http://localhost:3000 from the browser.
Windows
- Download the latest release and extract the zip.
- Run
slashbase
on cmd terminal to start the app.
The app is running at port 3000. Visit http://localhost:3000 from the browser.
Documentation
Detailed documentation is available on slashbase guide.
Join our community on discord and bip.
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.