Ignore:
Timestamp:
2018-10-16T13:52:48+13:00 (6 years ago)
Author:
ak19
Message:

Untested first attempt at MySQLPlugout that is meant to write metadata and/or fulltext to a mysql db rather than to doc.xml. We're switching over to using perl mysql libs, dbd (mysql) for drivers and dbi (mysql), for db access. However, I still want to commit this initial attempt at manually doing database operations in perl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/import.pl

    r31700 r32518  
    8888      { 'name' => "GreenstoneMETS",
    8989        'desc' => "{export.saveas.GreenstoneMETS}"},
     90      { 'name' => "MySQL",
     91        'desc' => "{export.saveas.MySQL}"},
     92      { 'name' => "MySQL_metadata_only",
     93        'desc' => "{export.saveas.MySQL.meta_only}"},
     94      { 'name' => "MySQL_fulltext_only",
     95        'desc' => "{export.saveas.MySQL.text_only}"},
    9096      ];
    9197
Note: See TracChangeset for help on using the changeset viewer.