comparison README @ 337:8f109cfbfc5d

updated README
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Aug 2021 11:49:56 +0200
parents c0c12b3974b2
children cd9521e04249 7d2ba3ece4ee
comparison
equal deleted inserted replaced
336:c0c12b3974b2 337:8f109cfbfc5d
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 and MariaDB 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 * ./Odbc/ : index and storage plugins for Odbc
20 * ./SQLite/ : index plugin for SQLite (for experimentation) 21 * ./SQLite/ : index plugin for SQLite (for experimentation)
21 22
22 If you downloaded this project as a versioned release package 23 If you downloaded this project as a versioned release package
23 (.tar.gz) focused on one given RDBMS, you will only find the folders 24 (.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 25 that are related to this specific RDBMS. The full source code is
32 The compilation and usage of the plugins is available in the Orthanc 33 The compilation and usage of the plugins is available in the Orthanc
33 Book: 34 Book:
34 35
35 * MySQL/MariaDB : http://book.orthanc-server.com/plugins/mysql.html 36 * MySQL/MariaDB : http://book.orthanc-server.com/plugins/mysql.html
36 * PostgreSQL : http://book.orthanc-server.com/plugins/postgresql.html 37 * PostgreSQL : http://book.orthanc-server.com/plugins/postgresql.html
38 * ODBC : http://book.orthanc-server.com/plugins/odbc.html
37 39
38 40
39 Older releases of PostgreSQL 41 Older releases of PostgreSQL
40 ---------------------------- 42 ----------------------------
41 43