Changes for page JDBC and Entity Modeler
Last modified by Theodore Petrosky on 2017/04/02 18:37
From version 16.1
edited by David Holt
on 2007/12/02 22:14
on 2007/12/02 22:14
Change comment:
Added settings for FrontBase
To version 14.1
edited by Johan Henselmans
on 2008/01/17 15:54
on 2008/01/17 15:54
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. dholt1 +XWiki.johanhenselmans - Content
-
... ... @@ -44,3 +44,8 @@ 44 44 URL: jdbc:FrontBase:~/~/<hostname>/<database//name>. eg. jdbc:FrontBase:~/~/localhost/authors 45 45 Driver: 46 46 \\// 47 + 48 +**Postgresql JDBC driver settings:** 49 +URL: jdbc:postgresql:~/~/<hostname>/<databasename> eg. jdbc:postgresql:~/~/localhost/authors 50 +Driver: org.postgresql.Driver 51 +Plugin: Postgresql