# Daily Hack #day93 - SQLite Studio

SQLite Studio is a single-file binary, single-command SQLite database explorer. It offers the following features:

* Overview page with common metadata.
    
* Tables page with each table's metadata, including the disk size being used by each table.
    
* Infinite scroll rows view.
    
* A custom query page that gives you more access to your db.
    
* Connect to a local SQLite database, a remote libSQL Server, or PostgreSQL Server
    

Check it in action [**SQLite Studio's sample.db**](https://sql-studio.frectonz.io/). This CLI is open-source on GitHub at [**frectonz/sqlite-studio**](https://github.com/frectonz/sqlite-studio/).
