File: index.vt

package info (click to toggle)
openrefine 3.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 44,436 kB
  • sloc: javascript: 106,758; java: 91,946; xml: 6,634; sh: 614; makefile: 78; python: 71; sql: 59
file content (20 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#*
 * 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>