diff --git a/README.rst b/README.rst
index b60caaf..70fcb94 100644
--- a/README.rst
+++ b/README.rst
@@ -110,44 +110,20 @@ Supported databases
===================
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:
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
-|Database |JDBC driver |Supported |Remarks |
-+=========================================+================================================+===============+======================+
-|`SQLite |`SqliteJDBC |Good |Can't interpret |
-|`_ |`_ v056 | |selected BLOBs |
-|3 | | |correctly. |
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
-| |`Sqlite Java Wrapper |Medium |Weird type handling. |
-| |`_ | | |
-| |javasqlite-20110106-win32 | | |
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
-|`Hypersonic SQL (HSQLDB) |Builtin |Very Good |No BLOB support |
-|`_ 1.8.1.3 | | |by database. |
-| | | | |
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
-|`Hypersonic SQL (HSQLDB) |Builtin |Medium |Weird decimal |
-|`_ 2 | | |type |
-| | | |conversions. No |
-| | | |BLOB support. |
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
-|`IBM DB2 |JDBC type 4 drivers from IBM (``db2jcc.jar``) |Medium. |Not thoroughly tested |
-|`_| | |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. |
-+-----------------------------------------+------------------------------------------------+---------------+----------------------+
+* SQLite
+* Hypersonic SQL (HSQLDB)
+* IBM DB2
+* IBM DB2 for mainframes
+* Oracle
+* Teradata DB
+* Netezza
+* Mimer DB
+* Microsoft SQL Server
+* MySQL
+* PostgreSQL
+* many more...
Contributing
============