Skip to content

A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.

License

Notifications You must be signed in to change notification settings

outerbase/studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outerbase Studio

Outerbase Studio is a lightweight, browser-based GUI for managing SQL databases, designed for simplicity and versatility. Initially built for LibSQL and SQLite, it now supports a broad range of databases, including:

Supported Databases:

  • SQLite-based Database
    • Turso/LibSQL
    • SQLite (local files)
    • Cloudflare D1
    • rqlite
    • StarbaseDB
    • Val.town
  • MySQL (beta, limited features)
  • PostgreSQL (beta, limited features)

Give it a try directly from your browser

LibSQL Studio, sqlite online editor Libsql studio playground

Desktop App

You can download Windows and Mac desktop app here.

Outerbase Studio Desktop is a lightweight Electron wrapper for the Outerbase Studio web version. It enables support for drivers that aren't feasible in a browser environment, such as MySQL and PostgreSQL.

Features

libsqlstudio-git-preview (7)

  • Query Editor: It features a user-friendly query editor equipped with auto-completion and function hint tooltips. It allows you to execute multiple queries simultaneously and view their results efficiently.
  • Data Editor: It comes with a powerful data editor, allowing you to stage all your changes and preview them before committing. The data table is highly optimized and lightweight, capable of rendering thousands of rows and columns efficiently.
  • Schema Editor: It allows you to quickly create, modify, and remove table columns with just a few clicks without writing any SQL.
  • Connection Manager: It includes a flexible connection manager, allowing you to store your connections locally in your browser. You can also store them on a server and share your connections across multiple devices.

The features mentioned above are just a few of the many we offer. Give it a try to explore everything we have in store.