Walden Perry
Thoughts on Walden


VSCode Extension: SQLite3 Editor →

Posted on

I'm using SQLite in my latest project for the first time, and I wanted to give some praise to the VSCode extension SQLite3 Editor.

I love GUI interfaces for SQL (like my beloved phpMyAdmin), so I went looking for one for SQLite. Having the database just right there in VSCode when coding has been really nice. I'm just doing simple things like making sure my CRUD operations worked as expected, running a few queries, or double checking my database schema. This extension has performed rock solid for that use case, and it's super fast scrolling instantly with 30k rows.

The project author declared the extension feature complete last year, which I think is a pretty badass declaration to make.