# HG changeset patch # User Sebastien Jodogne # Date 1531225985 -7200 # Node ID 2e5d2c69d4f95e7dfd46cab533992999be09d241 # Parent aacb651833f58f529c00a9884483c0a7bdc4ef4d mysql diff -r aacb651833f5 -r 2e5d2c69d4f9 README --- a/README Tue Jul 10 11:08:19 2018 +0200 +++ b/README Tue Jul 10 14:33:05 2018 +0200 @@ -2,7 +2,7 @@ ============================ -General Information +General information ------------------- This repository contains the source code of various database plugins @@ -15,7 +15,7 @@ ------- * ./Framework/ : code shared by all the plugins -* ./MySQL/ : index and storage plugins for MySQL +* ./MySQL/ : index and storage plugins for MySQL and MariaDB * ./PostgreSQL/ : index and storage plugins for PostgreSQL * ./SQLite/ : index plugin for SQLite (for experimentation) @@ -26,13 +26,24 @@ https://bitbucket.org/sjodogne/orthanc-databases/ +Compilation and usage +--------------------- + +The compilation and usage of the plugins is available in the Orthanc +Book: + +* MySQL/MariaDB : http://book.orthanc-server.com/plugins/mysql.html +* PostgreSQL : http://book.orthanc-server.com/plugins/postgresql.html + + Older releases of PostgreSQL ---------------------------- This repository supersedes the older "orthanc-postgresql" repository that was only focused on PostgreSQL. -Releases <= 2.1 of the PostgreSQL plugins can still be found at: +Releases <= 2.1 of the PostgreSQL plugins can still be found in the +following legacy repository: https://bitbucket.org/sjodogne/orthanc-postgresql/