Mercurial > hg > orthanc-databases
changeset 21:2e5d2c69d4f9
mysql
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 10 Jul 2018 14:33:05 +0200 |
parents | aacb651833f5 |
children | 1e9bad493475 |
files | README |
diffstat | 1 files changed, 14 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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/