Skip to content

Commit

Permalink
Add SQLite to samples properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Feb 7, 2013
1 parent 68d561c commit 2e0ab12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/samples/corp-000.properties
Expand Up @@ -11,6 +11,7 @@ engine.name=corp-000
#db.driver=com.informix.jdbc.IfxDriver
#db.driver=interbase.interclient.Driver
db.driver=org.h2.Driver
#db.driver=org.sqlite.JDBC

# The JDBC URL used to connect to the database
#db.url=jdbc:mysql://localhost/samplecorp?tinyInt1isBit=false
Expand All @@ -23,6 +24,7 @@ db.driver=org.h2.Driver
#db.url=jdbc:informix-sqli://localhost:9088/samplecorp:INFORMIXSERVER=ol_ids_1150_1
#db.url=jdbc:interbase://localhost//opt/interbase/data/samplecorp.gdb
db.url=jdbc:h2:samplecorp;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000
#db.url=jdbc:sqlite:samplecorp.sqlite

# The user to login as who can create and update tables
db.user=sa
Expand Down
2 changes: 2 additions & 0 deletions symmetric-server/src/main/deploy/samples/store-001.properties
Expand Up @@ -11,6 +11,7 @@ engine.name=store-001
#db.driver=com.informix.jdbc.IfxDriver
#db.driver=interbase.interclient.Driver
db.driver=org.h2.Driver
#db.driver=org.sqlite.JDBC

# The JDBC URL used to connect to the database
#db.url=jdbc:mysql://localhost/sample001?tinyInt1isBit=false
Expand All @@ -23,6 +24,7 @@ db.driver=org.h2.Driver
#db.url=jdbc:informix-sqli://localhost:9088/sampleroot:INFORMIXSERVER=ol_ids_1150_1
#db.url=jdbc:interbase://localhost//opt/interbase/data/sample001.gdb
db.url=jdbc:h2:sample001;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000
#db.url=jdbc:sqlite:sample001.sqlite

# The user to login as who can create and update tables
db.user=symmetric
Expand Down

0 comments on commit 2e0ab12

Please sign in to comment.