Importer Internals

unihan_db.importer turns normalized unihan-etl records into ORM rows. Most users do not call it directly; unihan_db.bootstrap.bootstrap_unihan() calls unihan_db.importer.import_char() while loading unihan_db.tables.Unhn and its related tables.

Import functionality for UNIHAN DB.

unihan_db.importer.import_char(c, char)
function[source]
function[source]
unihan_db.importer.import_char(c, char)

Import character data into Unhn model (row in Unhn table).

Parameters:
Return type:

None