
Database
林大虫子
me is me
展开
-
PSQL 连接Postgres数据库
psql 连接 postgres原创 2017-07-12 22:15:10 · 26970 阅读 · 0 评论 -
Enterprise DB(Postgres) connection
Class.forName("com.edb.Driver");connectionString = "jdbc:edb://" + dbHost + ":5444/ttv"; conn = DriverManager.getConnection(connectionString, dbUser, dbPwd); http://docs.huihoo.com/enterprisedb/8.0.原创 2017-07-09 22:01:25 · 516 阅读 · 0 评论