9970b9b68e
* Realtime streams now powered by electric, and fix the streaming update duplicate issues by converting the electric Shape materialized view into a ReadableStream of changes * Ensure realtime subscription stops when runs are finished, and add an onComplete handle to use realtime hooks * Fix tests
6 lines
124 B
Docker
6 lines
124 B
Docker
FROM postgres:14
|
|
|
|
RUN apt-get update \
|
|
&& apt-get install -y postgresql-14-partman \
|
|
&& rm -rf /var/lib/apt/lists/*
|