Show HN: Slashbase – open-source collaborative IDE for databases in browser (github.com)
Hello HN! My name is Paras and I am building this project called Slashbase. It's an open-source collaborative IDE for databases in browser. Connect to your database, browse data, run a bunch of queries or share queries within your team, right from your browser. Works with two types of databases: PostgreSQL and MongoDB.
It's written in Golang and Nextjs React Framework and runs as a single binary.
Features:
- Cloud based: Setup on your server. Works in browser.
- Easy to use: with minimal interface it is simple to use.
- Collaborative: Works with your teams. Easy sharing queries within team.
- Database Support: Works with two types of databases: PostgreSQL and MongoDB.
It's in beta phase and all I am looking for is some users who want to try it out and drop some feedback in comments.
23 comments
[ 3.0 ms ] story [ 63.4 ms ] threadmay i ask why you started working on such a project? am interested in motivations and what gaps you see in the market
Browsing through the docs, is there some kind of authentication that could be done in app? Would need to figure out how to keep things protected and only accessible by a few people.
1. Telemetry needs to be opt-in during install. 2. The roles are weird, why would a developer need write access by default? That's just a recipe for disaster. Would be better to default to read-only in all roles and allow upgrading to write permission as an active choice. 3. There needs to be a clear way to distinguish between prod/staging. I like clients where you can change the background color for different connections, eg screaming red for prod.
Good luck, keep up the good work
Post "https://app.posthog.com/capture/": dial tcp x.x.x.x:443: connect: connection refused
1: https://github.com/slashbaseide/slashbase/blob/a7cb7871b07a9...
I use it every day on Windows and Linux for viewing and editing SQLite and PSQL databases. I've also used it to dump and restore tables in a pinch. It supports dumping and importing tables in a multitude of formats, including JSON and plain SQL statements.
Just a few weeks ago I was searching for such a solution (IDE for databases in browsers without viz) and I found a bit old but still very good and simple to use project https://github.com/sqlpad/sqlpad/ I set it up for our company yesterday and it works great