Skip to content

Load the Kanjidic2 XML database into a PostgreSQL database

Notifications You must be signed in to change notification settings

WinteryFox/KanjidicParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kanjidic2 Parser

This is a small library specifically made for Jibiki dictionary app designed to load the Kanjidic2 XML database into a PostgreSQL database.

Usage

Download the latest release under the releases tab then open the command line of your choice and run the following command

java -jar kanjidicparser.jar "YOUR DATABASE IP" "YOUR DATABASE SCHEMA" "YOUR USERNAME" "YOUR PASSWORD"

The rest will be automatically done, it will download, extract and insert into your database automagically.