Design mini tools, forms, charts, live boards using TablePlus

Design mini tools, forms, charts, live boards using TablePlus

Requirements Download and install TablePlus, TablePlus is available for macOS, Windows, Linux, and iOS. Create a database connection Database example script using PostgreSQL syntax that will be used in this blog. CREATE TABLE public.products (id int,name text,price int,created_at timestamp, PRIMARY KEY (id)); CREATE TABLE public.users (id int,name text,created_at timestamp, PRIMARY KEY (id)); CREATE TABLE public.orders (id int,product_id int,user_id int,created_at timestamp,...

TablePlus Changelogs

TablePlus Changelogs

For macOS For Windows For Linux

Call functions or procedures using in TablePlus

Call functions or procedures using in TablePlus

1. How to call fuctions, procedures in GUI using TablePlus variable feature. TablePlus does not have GUI for function and procedure, however it supports variables which is similar to the feature in MySQL Workbench. We can enable it in the SQL Query settings. Now, we can write query with template, for example, we can now call the function CALL GetAllProducts(:category,...

We redesigned TablePlus Windows

We redesigned TablePlus Windows

The evolution We started TablePlus Windows two years ago and here is the first version. And here is it now We also added many new features Tabbed mode Status color Auto limit query TablePlus plugin system We will release new updates frequently, so to get notified of what’s new, follow us on: Twitter: https://twitter.com/TablePlus Facebook https://www.facebook.com/tableplusapp.

TablePlus Linux Alpha is released!

TablePlus Linux Alpha is released!

After a long time of planning and testing, we’re pleased to announce that the Alpha version of TablePlus Linux is released. To try out TablePlus Linux Alpha version, download here: https://tableplus.com/linux/install We will release new updates frequently, so to get notified of what’s new, follow us on: Twitter: https://twitter.com/TablePlus Facebook https://www.facebook.com/tableplusapp. The Philosophy When building TablePlus Linux, we keep the...