t1mm3 / whatismyschema

Discovers SQL schema from CSV files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Discovers SQL schema from CSV files

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%