/whatismyschema

Discovers SQL schema from CSV files

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

WhatIsMySchema

Did you ever have to create a SQL schema from a CSV file and wondered whether there is a quick and easy way to do this? Now there is WhatIsMySchema. It is a small script that looks through all columns, restricts the available data types and - at the end - suggests the schema of the table.