Have an editor for sqlite file, be able to create tables, make queries on a sqlite file
What problem(s) would this Extension solve?
It is easy to create a sqlite file but there is no built-in way to look into the data inside
When we want to look at a sqlite file, we need to create specific code. An extension would be perfect
Explain what you were trying to do when you came across the problem leading to this Extensions request
I’m alsways happy to put my data in a sqlite database because i love to query with SQL.
But I’m always thinking about how to debug when data is in a package that is not so easy to look at
It is a shell tool, and you could probably make a visual wrapper around it.
I am just giving you a built-in way, in my personal opinion, this is a great idea but seem like something someone would make after users can make their own extensions. (As SQLite is still usable without an extension)