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

https://github.com/electric-sql/electric_phoenix

An Elixir library to help integrating ElectricSQL with Phoenix applications
https://github.com/electric-sql/electric_phoenix

Last synced: 2 months ago
JSON representation

An Elixir library to help integrating ElectricSQL with Phoenix applications

Awesome Lists containing this project

README

          






ElectricSQL logo


# Electric.Phoenix

> [!CAUTION]
>
> ## Deprecated
>
> Integration between [Electric](https://electric-sql.com) and [Phoenix
> applications](https://www.phoenixframework.org/) is now done via
> [`Phoenix.Sync`](https://hexdocs.pm/phoenix_sync).

An adapter to integrate [Electric SQL's sync engine](https://electric-sql.com)
into [Phoenix web applications](https://www.phoenixframework.org/).

Documentation available at .

## Installation

Install by adding `electric_phoenix` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:electric_phoenix, "~> 0.1.0"}
]
end
```