kg_idg.utils.sql_utils¶
Functions
|
Creates a temporary MySQL database with the provided name. |
|
Creates a temporary PostgreSQL database with the provided name. |
|
Given the path to a database dump, filters the file by table, loads each table, and exports each table as its own TSV. |
|
Given the path to a MySQL dump, filters the file by table, loads each table, and exports each table as its own TSV. |
|
Given the path to a PostgreSQL dump, loads it, then exports each table as its own TSV. |