# HG changeset patch # User Sebastien Jodogne # Date 1628675396 -7200 # Node ID 8f109cfbfc5dace6de9016099463444754f5e988 # Parent c0c12b3974b2184f890200d4b89135e298597333 updated README diff -r c0c12b3974b2 -r 8f109cfbfc5d README --- a/README Wed Aug 11 11:48:52 2021 +0200 +++ b/README Wed Aug 11 11:49:56 2021 +0200 @@ -17,6 +17,7 @@ * ./Framework/ : code shared by all the plugins * ./MySQL/ : index and storage plugins for MySQL and MariaDB * ./PostgreSQL/ : index and storage plugins for PostgreSQL +* ./Odbc/ : index and storage plugins for Odbc * ./SQLite/ : index plugin for SQLite (for experimentation) If you downloaded this project as a versioned release package @@ -34,6 +35,7 @@ * MySQL/MariaDB : http://book.orthanc-server.com/plugins/mysql.html * PostgreSQL : http://book.orthanc-server.com/plugins/postgresql.html +* ODBC : http://book.orthanc-server.com/plugins/odbc.html Older releases of PostgreSQL