Skip to content

Commit 4ed3650

Browse files
committed
Add 🐛 Known issues/bugs section in README.md
1 parent 293504f commit 4ed3650

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ AllSQL is an open-source compact browser based SQL Compiler, built using Flutter
3333
- ✅ Works on web
3434
- ✅ Can be installed as a Progressive Web App on Android, iOS, Windows, MacOS and Linux
3535

36+
## 🐛 Known issues/bugs
37+
38+
- ❗ Make AllSQL responsive on smaller screens
39+
- ❗ Show error message when an exception is thrown
40+
- ❗ Automatically execute commands instead of selecting the type of command manually
41+
- ❗ Show multiple tables in output if multiple select queries are entered
42+
- ❗ Add dark theme
43+
- ❗ Add syntax highlighting
44+
3645
## 🤔 Why did I make AllSQL?
3746

3847
I have a Database Systems course in college. Our teacher recommended us to download Oracle Database 19c, which is around 2.7 GB in size. Some of my friends faced issues while installing the software. So, I wanted to make a ligh weight, compact, browser based compiler, where anyone could practice SQL commands, on any device without installing a heavy software.

0 commit comments

Comments
 (0)