psql's clone in java

Поиск
Список
Период
Сортировка
От wwwmail
Тема psql's clone in java
Дата
Msg-id 035901bee886$e2935280$8f080ec8@tjws01.mmsc.corp.mot.com
обсуждение исходный текст
Список 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@mmsc.corp.mot.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




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [INTERFACES] a few additional JDBC points??
Следующее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [INTERFACES] A few more JDBC meta-data questions...