comparison README @ 21:2e5d2c69d4f9

mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Jul 2018 14:33:05 +0200
parents 7cea966b6829
children c0c12b3974b2
comparison
equal deleted inserted replaced
20:aacb651833f5 21:2e5d2c69d4f9
1 Database plugins for Orthanc 1 Database plugins for Orthanc
2 ============================ 2 ============================
3 3
4 4
5 General Information 5 General information
6 ------------------- 6 -------------------
7 7
8 This repository contains the source code of various database plugins 8 This repository contains the source code of various database plugins
9 for Orthanc, the lightweight, RESTful DICOM server. These plugins 9 for Orthanc, the lightweight, RESTful DICOM server. These plugins
10 enable Orthanc to store its index and its storage area within 10 enable Orthanc to store its index and its storage area within
13 13
14 Content 14 Content
15 ------- 15 -------
16 16
17 * ./Framework/ : code shared by all the plugins 17 * ./Framework/ : code shared by all the plugins
18 * ./MySQL/ : index and storage plugins for MySQL 18 * ./MySQL/ : index and storage plugins for MySQL and MariaDB
19 * ./PostgreSQL/ : index and storage plugins for PostgreSQL 19 * ./PostgreSQL/ : index and storage plugins for PostgreSQL
20 * ./SQLite/ : index plugin for SQLite (for experimentation) 20 * ./SQLite/ : index plugin for SQLite (for experimentation)
21 21
22 If you downloaded this project as a versioned release package 22 If you downloaded this project as a versioned release package
23 (.tar.gz) focused on one given RDBMS, you will only find the folders 23 (.tar.gz) focused on one given RDBMS, you will only find the folders
24 that are related to this specific RDBMS. The full source code is 24 that are related to this specific RDBMS. The full source code is
25 available at: 25 available at:
26 https://bitbucket.org/sjodogne/orthanc-databases/ 26 https://bitbucket.org/sjodogne/orthanc-databases/
27 27
28 28
29 Compilation and usage
30 ---------------------
31
32 The compilation and usage of the plugins is available in the Orthanc
33 Book:
34
35 * MySQL/MariaDB : http://book.orthanc-server.com/plugins/mysql.html
36 * PostgreSQL : http://book.orthanc-server.com/plugins/postgresql.html
37
38
29 Older releases of PostgreSQL 39 Older releases of PostgreSQL
30 ---------------------------- 40 ----------------------------
31 41
32 This repository supersedes the older "orthanc-postgresql" repository 42 This repository supersedes the older "orthanc-postgresql" repository
33 that was only focused on PostgreSQL. 43 that was only focused on PostgreSQL.
34 44
35 Releases <= 2.1 of the PostgreSQL plugins can still be found at: 45 Releases <= 2.1 of the PostgreSQL plugins can still be found in the
46 following legacy repository:
36 https://bitbucket.org/sjodogne/orthanc-postgresql/ 47 https://bitbucket.org/sjodogne/orthanc-postgresql/
37 48
38 49
39 Licensing 50 Licensing
40 --------- 51 ---------