Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a new table in SQuirreL SQL through the GUI?

Is it possible to create a new table in SQuirreL SQL through the GUI?

I can't seem to find a way to do it on the UI. This is one of the most basic piece of functionality that a db visual tool should have so I would be very surprised if you cannot do this and have to create tables via scripts.

Any help would be great. Thanks.

like image 404
fulhamHead Avatar asked Oct 31 '22 06:10

fulhamHead


1 Answers

No, SQuirreL SQL does not have this functionality (as of version 3.6).

SQuirreL SQL is not a "db visual tool", but a "universal SQL client" (as self-advertised) that...

(...) will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc.1

It just so happens that it comes with a graphical user interface.

like image 156
zb226 Avatar answered Nov 15 '22 05:11

zb226