An open API service indexing awesome lists of open source software.

https://github.com/nigelhorne/ged2sql

Import a gedcom file into an SQL database
https://github.com/nigelhorne/ged2sql

gedcom genealogy perl

Last synced: 7 months ago
JSON representation

Import a gedcom file into an SQL database

Awesome Lists containing this project

README

          

ged2sql
=======

Import genealogical data from a GEDCOM file into an SQLite database.
It uses Gedcom for parsing, DBI for database interactions, and Lingua::EN modules for name normalization.

# Command Line Options

| Flag | Meaning |
| ---- | ------- |
| -f | treat warnings as fatal, implies -w |
| -s | Name of SQLite file (default is out.sql) |
| -w | print warnings |

# Schema Design

Tables: people, siblings, children, spouses.

Foreign key constraints enforce relational integrity.