20 lines
508 B
Plaintext
20 lines
508 B
Plaintext
#*
|
|
* Access this page at the URL /extension/database/
|
|
*#
|
|
<html>
|
|
<head>
|
|
<title>Google Refine Database Extension v$version</title>
|
|
</head>
|
|
<body>
|
|
<h1>Google Refine DATABASE Extension v$version</h1>
|
|
<h2>by Tony O <tcbuzor@gmail.com></h2>
|
|
<p>The JDBC extension allows OpenRefine to read
|
|
(and write, soon) data from JDBC compatible databases(MySQL, PostgreSQL, Oracle).
|
|
</p>
|
|
<h3>Known Limitations</h3>
|
|
<ul>
|
|
<li>No write support</li>
|
|
|
|
</ul>
|
|
</body>
|
|
</html> |