Skip to content

fremantle-industries/ecto_term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EctoTerm

Build Status hex.pm version

Ecto type for Erlang term format

Installation

Add the ecto_term package to your list of dependencies in mix.exs:

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

Usage

defmodule MyApp.Venue do
  use MyApp.Web, :model

  schema "venues" do
    field :adapter, EctoTerm  # serialized BERT binary in DB
    ...
  end
end

Authors

License

ecto_term is released under the MIT license

About

Ecto type for Erlang term format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages