Skip to content

Releases: outerbase/studio

v0.7.1

18 Sep 06:34
Compare
Choose a tag to compare

Quality of life improvement

  • We will fallback to rowid if there is no primary key
  • Generate column cannot be edit
  • Add duplicate rows
  • Add commit and discard keybinding

v0.7.0

12 Sep 12:07
Compare
Choose a tag to compare

What's Changed

  • [Major Feature] Add MySQL support
  • Support ATTACH (this can be used via command line)
  • Add small gutter highlight on statement user currently on
  • LibSQL Studio now provides more customization for embed iframe
    • Override the theme color
    • Option to disable the light/dark more toggle button

Thanks to @rentalhost for various of improving:

  • Added support for closing tabs with the middle mouse button
  • Added a type mismatch indicator
  • Use green color for texts
  • Added ellipsis for large numbers, texts, and links
  • Prevent visual glitch when entering field edit mode

We also have also redesign LibSQL Studio website.

v0.6.2

28 Jul 10:15
Compare
Choose a tag to compare

What's Changed

Features

  • Allow user to view snippet of foreigner key data
  • Allow user to hide selected column in table data
  • Add support for Cloudflare D1
  • Allow save sqlite file directly after open
  • Allow reload sqlite file
  • Allow user to format SQL
  • Allow user to change SQL editor font size using (Cmd + "+", Cmd + "-")
  • Add JSON editor and multi-line editor
  • Add proper format of EXPLAIN QUERY PLAN

Improvement

  • Improve tab dragging animation
  • Add back button to go back to connection list
  • Prevent navigation back when scrolling horizontally
  • Add create script
  • Prevent user from creating table with empty name and better error message when there is problem.

v0.6.0

16 Jul 13:49
Compare
Choose a tag to compare

We now support saving queries.

  • If you store your connection using local storage, we will use IndexedDB to securely store your saved queries on your computer.
  • If you store your connection on our server, we will persistently save it there. This is convenient if you use multiple devices and want to share your saved queries across them.

image

v0.5.1

02 Jul 09:01
Compare
Choose a tag to compare

What's Changed

  • Add function tooltips
  • Add sqlite playground. It is based on sql.js. It is good for practice and play around
  • Group fts5 indexing table together
  • Auto refresh schema if execute any SQL query that alter database schema

v0.5.0

27 Jun 04:43
Compare
Choose a tag to compare

What's Changed

  • Add table constraints
  • Multiple query result
  • Export the whole query result
  • Add row read and row written
  • Show foreign key information on table column
  • Support temporary session

v0.4.0

17 Apr 16:38
Compare
Choose a tag to compare

What's Changed

This is a busy week for us. We turned our repository to mono-repo. We also separate the database GUI as independent React component (https://www.npmjs.com/package/@libsqlstudio/gui).

Other improvements:

  • Auto completion now suggest column when press "."
  • Highlight table name with different color
  • Fix losing tab focus when close last tab

v0.3.1

10 Apr 16:32
Compare
Choose a tag to compare

What's Changed

  • Add val.town support
  • Support view the trigger
  • Support view the View
  • Remove multiple row
  • Improve the table search with highlight text
  • Show table constraints

v0.3.0

04 Apr 14:10
Compare
Choose a tag to compare
  • Full rich editor mode
  • Upload image into your database
  • Add collaborator to your database
  • Support for rqlite
  • Redesign table creation

And many minor improvement

v0.2.4

28 Mar 13:33
Compare
Choose a tag to compare
  • Add support for Rqlite.
  • Add menu for sorting column by DESC or ASC