You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -32,22 +32,22 @@
32
32
33
33
# About
34
34
35
-
Slashbase is open-source modern 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. Supports MySQL, PostgreSQL and MongoDB.
35
+
Slashbase is an open-source modern 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. Supports MySQL, PostgreSQL and MongoDB.
36
36
37
37
It is in beta (v0.8), help us make it better by sending your feedback and reach a stable (v1.0) version.
38
38
> Star 🌟 & watch 👀 the repository to get updates.
39
39
40
40
## Features:
41
41
42
-
-**🧑💻 Desktop App**: Use the IDE as standalone desktop app.
42
+
-**🧑💻 Desktop App**: Use the IDE as a standalone desktop app.
43
43
-**🪄 Modern Interface**: With a modern interface, it is easy to use.
44
44
-**🪶 Lightweight**: Doesn't take much space on your system.
45
45
-**⚡️ Quick Browse**: Quickly filter, sort & browse data and schema with a low-code UI.
46
-
-**💾 Save Queries**: Write and Save queries to re-run in future.
46
+
-**💾 Save Queries**: Write and Save queries to re-run in the future.
47
47
-**📊 Create Charts**: Create charts from your query results.
48
-
-**📺 Console**: Run commands like in you do in terminal.
48
+
-**📺 Console**: Run commands like you do in the terminal.
49
49
-**🗂 Projects**: Organise all database connections into various projects.
50
-
-**📕 Query Cheatsheets**: Search and view query commands syntax right inside IDE.
50
+
-**📕 Query Cheatsheets**: Search and view query commands syntax right inside the IDE.
51
51
-**✅ Database Support**: MySQL, PostgreSQL and MongoDB.
52
52
53
53
# Installation
@@ -59,8 +59,10 @@ Follow the steps below to download & start the app:
59
59
1. Download the [latest release](https://github.com/slashbaseide/slashbase/releases) and extract / open the downloaded file.
60
60
2. Follow the platform specific step below
61
61
- For Windows, double click the Slashbase file to open the app
62
-
- For MacOS, drag the Slashbase file to Applications folder and start the app from launchpad.
63
-
- For linux, run `./Slashbase` on terminal to start the app.
62
+
- For MacOS, drag the Slashbase file into the Applications folder and start the app from Launchpad.
63
+
- For Linux, run `./Slashbase` in the terminal to start the app.
64
+
- Requires `libwebkit2gtk-4.0` to be installed.
65
+
- On Arch-based distributions, you can install it with `pacman -S webkit2gtk`
64
66
65
67
## Build from source
66
68
@@ -108,18 +110,18 @@ Detailed documentation is available on [slashbase guide](https://slashbase.bip.w
108
110
109
111
# Community
110
112
111
-
Join our community on [discord](https://discord.gg/U6fXgm3FAX) and [bip](https://bip.so/slashbase/feed).
113
+
Join our community on [Discord](https://discord.gg/U6fXgm3FAX) and [bip](https://bip.so/slashbase/feed).
112
114
113
115
# Roadmap
114
116
115
-
###Database Support
117
+
## Database Support
116
118
- ✅ PostgreSQL Query Engine
117
119
- ✅ MongoDB Query Engine
118
120
- ✅ MySQL Query Engine
119
121
- ☑️ SQLite Query Engine
120
122
- ☑️ Redis Query Engine
121
123
122
-
###Features
124
+
## Features
123
125
- ✅ Query Cheatsheets
124
126
- ☑️ Add/delete Data Models (Table/collections)
125
127
- ☑️ Manage Views
@@ -132,7 +134,7 @@ Read our [contribution guide](CONTRIBUTING.md) for getting started on contributi
132
134
133
135
# Support
134
136
135
-
If you face any issues installing or using slashbase, send us a mail onslashbaseide@gmail.com or contact support chat on our website [slashbase.com](https://slashbase.com).
137
+
If you face any issues installing or using Slashbase, send us a mail toslashbaseide@gmail.com or contact support chat on our website [slashbase.com](https://slashbase.com).
0 commit comments