Latest #postgres Threads Top

brainlid
Episode 278 of Thinking Elixir. News includes the Curiosum Elixir survey closing soon, ReqLLM reaching 1.0 with standardized LLM API supp...
New
PJUllrich
This deep-dive into Postgres’ Write-Ahead Log (WAL) covers how to track database changes without changing a single line of application code!
New
jechol
I’m excited to share FeistelCipher and AshFeistelCipher, PostgreSQL-based libraries that provide encrypted integer IDs using the Feistel ...
New
brainlid
Episode 273 of Thinking Elixir. News includes Chris McCord releasing a shell-based web browser tool for LLMs extracted from phoenix.new, ...
New
ryanrasti
Hey everyone – after coming off of 3 years building with Ecto, I’ve been working non-stop on Typegres, a new query builder that strongly ...
New
dogweather
I realized I could really use something like this in my Phoenix project: I asked Claude 4 Sonnet if a port exists - it said no, and ga...
New
josh.nz
I’m starting to follow the book Engineering Elixir Applications, and immediately ran into an issue installing PostgreSQL 15.2 on macOS 15...
New
Gladear
Hello :wave: I’m using Ecto along with PostgreSQL. I’ve been trying to add a field containing a 2-tuple to an Ecto schema, but can’t see...
New
brainlid
Episode 248 of Thinking Elixir. News includes a new Elixir case study about Cyanview’s camera shading technology used at major events lik...
New
garrison
Moderator note: This was split from Elixir-postgresql-message-queue - Pure PostgreSQL Message Queue for Elixir What is the correct way t...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
977 41022 311
New
shijith.k
Has anyone ever tried out the Large Object feature of Postgres? I have a blob column in my table, and was wondering what data type to us...
New
jechol
I’m excited to share FeistelCipher and AshFeistelCipher, PostgreSQL-based libraries that provide encrypted integer IDs using the Feistel ...
New
ryanrasti
Hey everyone – after coming off of 3 years building with Ecto, I’ve been working non-stop on Typegres, a new query builder that strongly ...
New
PJUllrich
This deep-dive into Postgres’ Write-Ahead Log (WAL) covers how to track database changes without changing a single line of application code!
New
brainlid
Episode 273 of Thinking Elixir. News includes Chris McCord releasing a shell-based web browser tool for LLMs extracted from phoenix.new, ...
New
brainlid
Episode 278 of Thinking Elixir. News includes the Curiosum Elixir survey closing soon, ReqLLM reaching 1.0 with standardized LLM API supp...
New
dli
Ecto currently supports some data-modifying WITH statements / CTEs for Postgres: Options: […] :operation - one of :all , :update_all ,...
New

Last Three Year's Trending Top

water
I’ll post this here, It might help someone in the future. Feedback is greatly appreciated. I use it with direnv on NixOS, It should wor...
New
jmurphyweb
Hi all, I’ve added a unique constraint across all columns of my project_roles table, which successfully prevents a row being added with ...
New
DanielW
Hi all, I’m using a managed DB service where I can optionally set up a connection pool using PgBouncer and set max connections. Is there...
New
thiagomajesk
Hi everyone, it seems I can’t get out of this forum this week :sweat_smile: (you guys are awesome btw). So, I got surprised by this beha...
New
mbski
Hello, I am coming back to Elixir world after one year and I wanted to learn also new stuff so I decided to use Docker to my development...
New
acco
Hey everyone, Excited to share a new open-source project built with Elixir. Sequin combines Elixir and Postgres into a feature-rich mess...
New
maxguzenski
Hello. I don’t know what the best place is, hoping to find any help with the problem I’ve been facing in production for about 3 days. I...
New
mbklein
I’m using an AWS Aurora PostgreSQL Serverless v2 database cluster with Ecto. It can auto-scale between 0.5 and 16 ACUs (Aurora Capacity U...
New
chasers
We’ve been working on an open source multi-tenant Postgres connection pooler here at Supabase for the last few months. It’s been rolled ...
New
martasd
In my Ecto schema, I have a User who has_many Items. An item has a boolean field active: User module: schema "users" do field :na...
New
garrison
Moderator note: This was split from Elixir-postgresql-message-queue - Pure PostgreSQL Message Queue for Elixir What is the correct way t...
New
zoedsoupe
Hello community! I’m starting to implement an all-in-one library/SDK for Supabase services for Elixir and the roadmap can be seen on the ...
New
mmmrrr
I’m currently trying to mimick a database migration from another system that needs to live in ecto in the future. I’m trying to implemen...
New
Reversion1817
Objectives I am trying to parallelize a little bit of database workload with Elixir and Ecto. There is no data inconsistency expected, as...
New
iampeter
Hi, I am getting a connection timout with Ecto when connecting to Neon. Neon suspends their Postgresql instances and the timeout happens ...
New

Trending Over Three Years Top

Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
pgiesin
This should be a simple problem but I just can’t seem to figure it out. I have a standalone Elixir app that won’t find the database. Dep...
New
Alia
why i’m getting this while configuration? ** (Postgrex.Error) ERROR 58P01 (undefined_file) could not open extension control file "/usr/s...
New
simrayz
I’m using a Neo4j database to supplement my Postgresql database. Postgres is used to store the entities themselves (e.g. users), and shou...
New
scouten
My team at work is seeing some rather poor performance, especially on update queries, from an application we’ve built using Ecto and Post...
New
Owens
Hello all, Does anyone know if you create a unique_index in postgres for two fields on a table, does that mean you DON’T need to create ...
New
theshank
My use case is perfectly served by the update ... from syntax for Postgres as per the query below: update test as t set column_a =...
New
jpinnix
Postgres is complaining that I am inserting invalid UTF8 into a text type: (Postgrex.Error) ERROR 22021 (character_not_in_repertoire) in...
New
dfalling
I have a migration that modifies a table, flushes, and then migrates the data in that table. This worked fine locally, but in CI it fails...
New
Raddi_On
I'm using Phoenix and Ecto. I need to check if a difference between "now()" and a certain date less than 3 days. Exactly I'm trying this:...
New
sodapopcan
I apologize for the not-really-Elixir-specific post, but I’m currently working solo and y’all are the only programming community I engage...
New
dorian-marchal
With this Ecto migration: defmodule Migrations.Foo do use Ecto.Migration def change do create table(:foo, primary_key: false) d...
New
versilov
How can I write this query in Ecto? SELECT *, (SELECT COUNT(o.id) FROM tenant_versilov.orders o LEFT OUTER JOIN...
New
Euphorichuman
I’m managing my Postgres database with Ecto and I have come across a situation: In some of the fields for some of my records, I save empt...
New
thojanssens1
I insert a list of entities in the DB, say articles, for a user. Primary keys are UUIDs. To sort the articles just as they were initiall...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement