xml/config.xml
branchv_0
changeset 117 a07f34410081
parent 33 04db6ccd6c48
child 119 f3e2b95a5f8a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xml/config.xml	Thu Jan 02 20:30:53 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
     1.5 +<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
     1.6 +	
     1.7 +	<!-- Database Connections: -->
     1.8 +	<!--
     1.9 +	<database>
    1.10 +		<name>my_postgres_1</name>
    1.11 +		<url>jdbc:postgresql://localhost:5432/database_name</url>
    1.12 +		<userName>dbuser</userName>
    1.13 +		<password>dbpass</password>
    1.14 +	</database>
    1.15 +	
    1.16 +	<database>
    1.17 +		<name>my_mysql_1</name>
    1.18 +		<url>jdbc:mysql://localhost:3306/database_name</url>
    1.19 +		<userName>dbuser</userName>
    1.20 +		<password>dbpass</password>
    1.21 +	</database>
    1.22 +	-->
    1.23 +	
    1.24 +	<!-- Output formatters: -->
    1.25 +	<!--
    1.26 +	<defaultFormatter>tabular</defaultFormatter>
    1.27 +	
    1.28 +	<formatter>
    1.29 +		<name>tabular</name>
    1.30 +		<class>info.globalcode.sql.dk.formatting.TabularFormatter</class>
    1.31 +	</formatter>
    1.32 +	
    1.33 +	<formatter>
    1.34 +		<name>xml</name>
    1.35 +		<class>info.globalcode.sql.dk.formatting.XmlFormatter</class>
    1.36 +	</formatter>
    1.37 +	
    1.38 +	<formatter>
    1.39 +		<name>silent</name>
    1.40 +		<class>info.globalcode.sql.dk.formatting.SilentFormatter</class>
    1.41 +	</formatter>
    1.42 +	-->
    1.43 +	
    1.44 +</configuration>