From: | Kenneth Shaw <kenshaw(at)gmail(dot)com> |
---|---|
To: | Andy Colson <andy(at)squeakycode(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: My humble tribute to psql -- usql v0.5.0 |
Date: | 2017-04-02 13:55:10 |
Message-ID: | CAAyX=LF=97dY6tyjETgmELHD88Eb2SEy5CXNKFtvnnz3gsb3kw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Unfortunately, the \d* commands aren't implemented yet, as there's a
lot of research that needs to be done for all the key databases, which
I just haven't had time to do yet. But that's coming very soon (tm)!**
The main work done so far has been just getting the cli up to
something usable.
** for certain definitions of "very soon"
-Ken
On Sun, Apr 2, 2017 at 8:36 PM, Andy Colson <andy(at)squeakycode(dot)net> wrote:
> On 04/02/2017 07:55 AM, Kenneth Shaw wrote:
>>
>> Hi All,
>>
>>
>> usql is built in Go, and as of today supports all the major databases
>> (PostgreSQL, MySQL, SQLite3, Microsoft SQL Server, Oracle Database)
>> and more! Additionally, with v0.5.0, released today, usql now has
>> implemented most of the basic, and much of the advanced features of
>> psql:
>>
>>
>> -Ken
>
>
> I have to admit, I have typed \d at the sqlite3 prompt before. And I am
> being forced to support a mysql database against my will, so I'll be trying
> this out. Thanks!
>
> -Andy
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Farber | 2017-04-02 14:26:31 | Merging records in a table with 2-columns primary key |
Previous Message | Andy Colson | 2017-04-02 13:36:19 | Re: My humble tribute to psql -- usql v0.5.0 |