An open API service indexing awesome lists of open source software.

https://github.com/ingresse/ecto-kms

:closed_lock_with_key: Ecto custom type to encrypt content in AWS KMS
https://github.com/ingresse/ecto-kms

backend ecto ecto-kms elixir encryption kms

Last synced: over 1 year ago
JSON representation

:closed_lock_with_key: Ecto custom type to encrypt content in AWS KMS

Awesome Lists containing this project

README

          

# ecto_kms

## Installation

The package can be installed by adding `ecto_kms` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ecto_kms, "~> 1.0.1"}
]
end
```

## Docs
[https://hexdocs.pm/ecto_kms](https://hexdocs.pm/ecto_kms)