Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database normalization features #616

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 23, 2024

  1. Database normalization features

    The Danish National Archives requires the database to be 1NF (exported as SIARD-DK).
    The following features allows exporting a database for this purpose without creating an auxiliary database.
    
    - Allow exporting custom views indistinguishable from tables, specifying PK's and FK's
    - Helper configuration module for normalizing array and JSON columns to tables (custom views)
    - Support database preparation statements (for creating temporary tables used in custom views)
    daniel-skovenborg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3d624dc View commit details
    Browse the repository at this point in the history