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
- Host: GitHub
- URL: https://github.com/electric-sql/electric_phoenix
- Owner: electric-sql
- License: apache-2.0
- Created: 2024-09-16T13:46:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T15:18:22.000Z (about 1 year ago)
- Last Synced: 2024-11-18T15:46:03.019Z (about 1 year ago)
- Language: Elixir
- Homepage: https://hexdocs.pm/electric_phoenix/
- Size: 101 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```