Sanity.Sync
For syncing content from Sanity CMS to Ecto/PostgreSQL.
Installation
The package can be installed by adding sanity_sync to your list of dependencies in mix.exs:
def deps do
[
{:sanity_sync, "~> 0.1"}
]
endSee the docs for usage.
Configuration
Configure Ecto repo:
config :sanity_sync, :repo, MyApp.RepoMigrations
Copy the migrations from this project to your app.