▲ | googie 7 months ago | ||||||||||||||||||||||||||||||||||||||||
Author here. I'm surprised and honored to have my pet project here ;) As mentioned in another comment, I'm currently in the process of bugfixing/polishing 3.4.x branch. Then I will focus more on 3.5.0, which will bring many big features. One of them being ERD (read & write). | |||||||||||||||||||||||||||||||||||||||||
▲ | tolai 7 months ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
SQLiteStudio is fantastic, I've been using it on and off for a few years already and it's saved my ass so many times. Once, we were doing many many meetings discussing a potential implementation for a sales incentive scheme and it was very difficult to get everyone onboard. Fed up with this I built a demo database in sqlite using a portable SQLiteStudio instance and prepared a bunch of queries. This "reference implementation" made it possible to get everyone aligned in record time !! This would not have been possible at all with the "frictions" of a convential RDBMS. Also, analyzing and cleaning up client data during project UATs is so damn convenient in SQLiteStudio. Thanks !!!! | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | forinti 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
It's a great tool. My use-case is a bit unusual: I decommissioned an Oracle Portal instance and decided to keep a copy of the tables in SQLite so that I can recover files people may later remember they need. It's much easier than maintaining an Oracle instance. It's a nice feature of SQLiteStudio that you can click on a blob and see the image, if it's an image file. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | shigawire 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Thanks for your work on this. It was super helpful as a student learning SQL. Having the visual feedback to check the statements made or queries ran on my test data was invaluable. | |||||||||||||||||||||||||||||||||||||||||
▲ | GGerome 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Nice to meet the author here. I use SQLIteStudio since few years and I am still annoyed by its bad performances when dealing with a table that contains columnq that holds json data, at least each row of this column has json data between 500kb to 1 mb, then the app freeze and is quite unable to deal with its datas. I can provide example if you want | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | zeroq 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Ha! I was going to reach out to you through a different channel, but here you are, on HN. :) The import function is really slow. I was recently playing with my pet project which is building an sqlite database from IMDB public datasets. It's 6Gb of CSV files into a ~12Gb database after a vacuum. With nodejs I can import the data within 6 minutes and create indexes and vacuum in another 4, which gives me a fully indexed database in just 10 minutes. With SQLStudio the import alone takes at least half an hour. Probably not a typical use case for a sqlite database, but nevertheless, a decent benchmark. BTW. Dobra robota! Dzięki! :) | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | muhehe 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Thank you! This is great software. I don't use it much (and recently almost not at all), but I still love. It's fast, it's easy to use. I just checked your website and it looks there are tons of features I didn't know about :). Thanks again. | |||||||||||||||||||||||||||||||||||||||||
▲ | mytdi 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Thank you for this great app! I have used it for a while now on both, Windows and Linux. Love it! I have recommended it here on HN in the comments a few times. | |||||||||||||||||||||||||||||||||||||||||
▲ | pie_flavor 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
I learned about it just a week ago, and the thing I wanted to do with it worked flawlessly the first time on terribly formatted data. Thank you for your hard work! | |||||||||||||||||||||||||||||||||||||||||
▲ | confiq 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Where have you been all my life? :) Seriously, I needed this 10 years ago. | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
▲ | Nickersf 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Thank you very much for this amazing piece of software. | |||||||||||||||||||||||||||||||||||||||||
▲ | bpiroman 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
love it! thank you so much!! | |||||||||||||||||||||||||||||||||||||||||
▲ | TripleChecker 7 months ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
[flagged] | |||||||||||||||||||||||||||||||||||||||||
▲ | bmacho 7 months ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
It says portable, and > No need to install or uninstall. Just download, decompress and run. but the main download button is an installer for windows. | |||||||||||||||||||||||||||||||||||||||||
|