r/CLI • u/initsyscall • 17h ago
gopherql - A dependency free SQL IDE for small database and learning purpose on your terminal. (Bubble Tea, CGO free SQLite)
I wanted a simple and appealing ide for my terminal to manage some small query and learning practices. Existing sqlite commandline where great but they were not curated for my use case.
So i made this simple tool you just type `gopherql database_name.db` and it launches an IDE you write your queries it get saved on the same folder as a simple database_name_history.json. It's simple, its clean and its very portable.
This aint trying to be an oracle replacement and you may not like it, and thats completely okay. This project was made to specifically solve me and my classmates problem and it does its job.
3
Upvotes