philss / rawl

Work in progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rawl

It is a importers generator that aims to help people to import CSV files directly to the database.

Rawl will create migrations with tables that are a guess of the types from the CSV file. It will define the schema that is most likely what you will use in your production table.

Installation

If available in Hex, the package can be installed by adding rawl to your list of dependencies in mix.exs:

def deps do
  [
    {:rawl, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/rawl.

License

This project is under MIT license.

About

Work in progress


Languages

Language:Elixir 100.0%