Packages

SaaS Library for Ecto applications using Postgres or Mysql

Current section

Files

Jump to
apartmentex lib adapter storage.ex
Raw

lib/adapter/storage.ex

defmodule Apartmentex.Adapter.Storage do
@moduledoc """
Specifies the adapter storage API.
"""
use Behaviour
end