isaksky / cyphex

Cypher parser for Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyphex - Cypher parser for Elixir

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add cyphex to your list of dependencies in mix.exs:

    def deps do [{:cyphex, "~> 0.0.1"}] end

  2. Ensure cyphex is started before your application:

    def application do [applications: [:cyphex]] end

About

Cypher parser for Elixir

License:MIT License


Languages

Language:Elixir 71.1%Language:Erlang 28.9%