Skip to content

Commit

Permalink
Database.md: DB setup: Re-word db types list
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmonin committed Mar 1, 2020
1 parent abc36c3 commit 3ca1e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ JSettlers is tested with sqlite 3.27.2.1, mariadb 10.4, mysql 5.5, and
postgresql 8.4, 9.5, 11.6, 12.1.

You will need a JDBC driver JAR file in your classpath or the same directory as
the JSettlers JAR, see below for details. Besides PostgreSQL, MySQL, MariaDB, or SQLite
any JDBC database can be used, including Oracle or MS SQL Server; however only
that list of db types are tested in depth with JSettlers.
the JSettlers JAR; see below for details. Besides PostgreSQL, MySQL, MariaDB,
or SQLite, any JDBC database can be used, including Oracle or MS SQL Server;
however only that list of db types are tested in depth with JSettlers.

The default type and name for the database is MySQL and "socdata". To use
another db type or another name, you'll need to specify it as a JDBC URL on
Expand Down

0 comments on commit 3ca1e61

Please sign in to comment.