Skip to content

For syncing content from Sanity CMS to Ecto/PostgreSQL.

License

Notifications You must be signed in to change notification settings

balexand/sanity_sync

Repository files navigation

Sanity.Sync

Package Documentation CI

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"}
  ]
end

See the docs for usage.

Configuration

Configure Ecto repo:

config :sanity_sync, :repo, MyApp.Repo

Migrations

Copy the migrations from this project to your app.

About

For syncing content from Sanity CMS to Ecto/PostgreSQL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages