psql's clone in java

From: "Huang Kai" <ftjn000(at)mmsc(dot)corp(dot)mot(dot)com>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: psql's clone in java
Date: 1999-08-17 07:51:38
Message-ID: 033701bee885$569ce5d0$8f080ec8@tjws01.mmsc.corp.mot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

hi,
jpsql is a interactive query front-end to Postgres written in Java.
it enables you to type in queries interactively, issue them to
Postgres, and see the query results.
it works like psql, but with some more features.
I develop this software to learn Java and swing programming.

If you are interesting in it, pls contact me at: ftjn000(at)mmsc(dot)corp(dot)mot(dot)com

download source code and class files at:
http://www4.netease.com/~hk22/jpsql/jpsql.tar.gz
file size: 33k
version : 0.10

install:
1. tar -zxvf jpsql.tar.gz
2. echo $CLASSPATH # check if you have postgresql jdbc driver in your
classpath environment
3. java jpsql -h hostname -u username -P password databasename
there are many bugs, pls report them to me.

future development:
1. gui interface to manage user, group and database (Version 0.20)
2. any ideas pls contact me.

BR
Kevin

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ansley, Michael 1999-08-17 07:53:43 RE: [INTERFACES] a few additional JDBC points??
Previous Message Mengelbier, Magnus 1999-08-17 07:47:50 Error using Perl interface