Update and simplify layout of supported DBs in readme. Fixes #5 and #9. Thanks @colinglaes and @fernandezcuesta for reporting.

master
baztian 2015-07-04 18:01:36 +02:00
parent a85b62d763
commit 6a14539f2d
1 changed files with 13 additions and 37 deletions

View File

@ -110,44 +110,20 @@ Supported databases
=================== ===================
In theory *every database with a suitable JDBC driver should work*. It In theory *every database with a suitable JDBC driver should work*. It
is known to work with the following databases: is confirmed to work with the following databases:
+-----------------------------------------+------------------------------------------------+---------------+----------------------+ * SQLite
|Database |JDBC driver |Supported |Remarks | * Hypersonic SQL (HSQLDB)
+=========================================+================================================+===============+======================+ * IBM DB2
|`SQLite |`SqliteJDBC |Good |Can't interpret | * IBM DB2 for mainframes
|<http://www.sqlite.org/>`_ |<http://www.zentus.com/sqlitejdbc/>`_ v056 | |selected BLOBs | * Oracle
|3 | | |correctly. | * Teradata DB
+-----------------------------------------+------------------------------------------------+---------------+----------------------+ * Netezza
| |`Sqlite Java Wrapper |Medium |Weird type handling. | * Mimer DB
| |<http://www.ch-werner.de/javasqlite/>`_ | | | * Microsoft SQL Server
| |javasqlite-20110106-win32 | | | * MySQL
+-----------------------------------------+------------------------------------------------+---------------+----------------------+ * PostgreSQL
|`Hypersonic SQL (HSQLDB) |Builtin |Very Good |No BLOB support | * many more...
|<http://hsqldb.org/>`_ 1.8.1.3 | | |by database. |
| | | | |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
|`Hypersonic SQL (HSQLDB) |Builtin |Medium |Weird decimal |
|<http://hsqldb.org/>`_ 2 | | |type |
| | | |conversions. No |
| | | |BLOB support. |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
|`IBM DB2 |JDBC type 4 drivers from IBM (``db2jcc.jar``) |Medium. |Not thoroughly tested |
|<http://www.ibm.com/software/data/db2/>`_| | |but seems to work |
|for z/OS | | |without problems. |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
|Oracle 11g |Oracle Thin Driver |Medium |Not thoroughly |
| | | |tests. No support for |
| | | |rading of timestamps |
| | | |yet. |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
|Teradata DB |terajdbc4.jar |Medium |A user reported |
| | | |success. |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
|Other databases |Other JDBC drivers |Unkown |Please test yourself |
| | | |and report the |
| | | |results. |
+-----------------------------------------+------------------------------------------------+---------------+----------------------+
Contributing Contributing
============ ============