-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, nice project btw. I just try this application and i had several problems.
First, i setup the test database using postgres17 with docker. then I create two database table, users table and todos table. Both table was pretty simple.

Next i try to connect Tabular to my database. It was seamless and the test button is also working. The program can show the table structure although it return "Query error: error returned from database: relation "dbtesting.todos" does not exist" when i open the data tab.

I also a little bit confused about how to do the query since there no button or information about the hotkey to run it. I tried to save the query into my storage but i still dont know how to run the query.

It would be nice if there is a brief tutorial about how to use the application. thanks for the hardwork btw