View Source Statestores.Vault (spawn_statestores v0.5.3)

This module enables encryption on the database. See the Cloak and Cloak Ecto libraries documentation for more information. https://hexdocs.pm/cloak/readme.html https://hexdocs.pm/cloak_ecto/readme.html

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(config \\ [])

View Source