RandomSec/extensions/database/module/index.vt

20 lines
507 B
Plaintext
Raw Normal View History

2018-01-14 03:24:56 +01:00
#*
* Access this page at the URL /extension/database/
*#
<html>
<head>
<title>OpenRefine Database Extension v$version</title>
</head>
<body>
<h1>OpenRefine DATABASE Extension v$version</h1>
<h2>by Tony Opara <tcbuzor@gmail.com></h2>
<p>The JDBC extension allows OpenRefine to read
(and write, soon) data from JDBC compatible databases(MySQL, PostgreSQL, MariaDB).
</p>
<h3>Known Limitations</h3>
<ul>
<li>No write support</li>
</ul>
</body>
</html>