Sql Tool For Mac Os

Active1 year, 7 months ago
Sql server client for mac os

A SQL Server create table tool that generates SQL Server specific create table SQL that includes such elements as column names, column types, column lengths or precisions, column scales, nullability, unique constraints, default values, identity, identity start and end, and the ability to add check constraints. Navicat - Essentials Overview - Download the World's Best Database Server administration for MySQL Front End, Oracle Manager, SQLite GUI Tool, SQL Server GUI, SQL Azure, PostgreSQL GUI & MariaDB management for Windows, Mac OS X & Linux - Download Now!

I'm looking for desktop admin tool similar to phpPgAdmin for POstgreSQL in Mac os X . Any recomendation?

FgblanchFgblanch
3741 gold badge5 silver badges12 bronze badges

closed as off-topic by Journeyman GeekFeb 4 '18 at 13:54

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • 'Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question.' – Journeyman Geek
If this question can be reworded to fit the rules in the help center, please edit the question.

3 Answers

PgAdmin is a good admin tool, and works with Mac OS X. PhpPgAdmin should also work on OS X, although you'd need to install and set up PHP, which I can offer no advice on.

ScottScott

Sql Server Client For Mac Os

5,1831 gold badge16 silver badges29 bronze badges

PgAdmin on Mac OS X is not the same as other OSs.

Sql server on a mac

Sql On Mac

For example, you can't just paste text in SQL Query Editor, it gets broken and you have to paste in scratch pad first, then copy & paste in editor. Although for administer database, tables, indexes, I still use it.

I prefer create tables, indexes and so on by commands, so I prefer Aqua Data Studio. I have tried others, but none of them satisfied me. Although Aqua is expensive, it has a student 'mode' that you can try for a while, or if you are one, use as you need. Version 4.7 does not limit the time you use.

It shows databases, table structures, indexes and so on, but the really good part, to me, is the editor. When you use it, and know how to work properly, the shortcuts and 'extras' are very helpful. Just make a query and hit Apple + R to export a nice XLS report. Select table name and hit Apple + D and it shows the table structure right on results panel. Type INSERT INTO schema.table ( AND hit Apple + Alt + C and you get all fields typed, or SELECT FROM schema.table JOIN schema.table2 AND, get your cursor right after the SELECT word, hit Apple + Alt + X to get all field 'table-qualified'.

Also, it has a nice import/export tool. If you receive a file which contains data you need to import and work on it, you can parse it (from CSV, XLS, SQL file or other types) and populate an existing table and even create a new table to suit the new data.

Although it has a little bug (as related here: https://serverfault.com/questions/226736/postgresql-jdbc-parse-too-slow-on-first-query), it works really fine. And can connect to other databases as well.

Community

Sql Software Mac Os X

Fernando M. PinheiroFernando M. Pinheiro

Still in its alpha version but http://inductionapp.com/ seems like a good option as well

FgblanchFgblanch
3741 gold badge5 silver badges12 bronze badges

Best Sql Client For Mac Os

Not the answer you're looking for? Browse other questions tagged macosmacpostgresql or ask your own question.