Skip to content

Releases: outerbase/studio

v0.2.0

25 Feb 15:02
Compare
Choose a tag to compare

I know we just have minor updates a few days ago. We are excited to release our major update.

  • Allows user to create table and alter table. There are a few limitations that we will address in the later release.
  • Add table filter
  • Slightly redesign our interface to make it more space efficient.

Table Schema Editor

Schema.Editor.mp4

v0.1.1

21 Feb 14:05
Compare
Choose a tag to compare

It has been a while from the last update. This is minor release that contains various small improvements.

Query Editor

  • Before when you run query contains multiple statements, it will run all the statement. Now, we change it to only run the current statement. There is also a run all button.
  • Add the cursor position.
  • Add Cmd + Enter keybinding
Screenshot 2024-02-22 at 12 18 22 at night

Table Data View

  • Previously, all the column has the same width. Now, we analyze the value of each column and try to adjust the initial column width to be eye-pleasing.
  • Add custom filter.
Screenshot 2024-02-22 at 12 24 05 at night
  • Before, it is impossible to input NULL value. Now we provide several INSERT VALUE options.
  • Add keybinding for copy value (Cmd + C)
Screenshot 2024-02-22 at 12 25 21 at night

Other

  • Better error handling when there is problem connecting to server
  • Drop the rely on table_info to get column definition. We are now parse the column definition directly from CREATE SCRIPT. CREATE SCRIPT contains more information. This will open door for us to implement editing schema which you are 70% close to completing it.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Feb 12:38
Compare
Choose a tag to compare

I am delighted to announce that LibSQL Studio has officially launched its stable version, v0.1.0 after 2 weeks of the initial development. LibSQL Studio is a lightweight browser-based GUI for managing your LibSQL. Allow me to highlight some of its features.

Data Editor

LibSQL Studio provides simple yet powerful data editor. You can remove, edit and insert new row. Your change will be staged for review before you decide to commit the change. We execute the whole changes in transaction to ensure consistency.

Data.Editor.mp4

Query

Write and execute your query with our query editor. Currently, the editor has only basic functionality such as basic syntax highlighting, and basic auto complete. We hope to improve it more in next version.

image

Blazing fast and efficient data table

Browse thousands of rows and columns without breaking your computer.

Fast.Table.mp4

Sticky Column

You can also make your column sticky.

Sticky.Column.mp4