philss / explorer_sql

An Explorer backend that works with SQL databases. Only PostgreSQL is supported at the moment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExplorerSQL

An Explorer backend that works with SQL databases. Only PostgreSQL is supported at the moment.

Installation

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

def deps do
  [
    {:explorer_sql, "~> 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/explorer_sql.

About

An Explorer backend that works with SQL databases. Only PostgreSQL is supported at the moment.

License:MIT License


Languages

Language:Elixir 100.0%