Latest #postgres Threads Top

nseaSeb
search_ash — multilingual Postgres full-text search for Ash Hi everyone, I’m building a multi-tenant SaaS (Ash + LiveView + Postgres) a...
New
hakarabakara1
I have three modules, a Business which is associated Tags and Categories though join tables business_tags and business_categories. I inte...
New
mik284
I’m currently building an event ticketing system in Elixir and I’m looking for advice on properly handling race conditions around ticket ...
New
gtcode
Hi everyone, I have been working on a large-scale, open-source platform for orchestrating and governing AI workloads on the BEAM (curren...
New
sezaru
I’ve been wondering for some time now if there is a way to instruct ecto to run all, not yet applied, migrations inside a single transact...
New
WyvernoDragon
I’ve been working on pgRx: a query engine that uses BEAM lightweight processes instead of PostgreSQL’s fork-per-connection model. The nu...
New
ajur58
Hi everyone, I’m posting because I assume this must be a common issue, but I’ve been going in circles and haven’t found a clean, reliab...
New
matt-savvy
Postgres 18 adds support for generating UUIDv7s out of the box; no extensions required. Unfortunately, it’s less obvious how to use these...
New
brainlid
Episode 290 of Thinking Elixir. News includes Elixir v1.20.0-rc.1 with important type system improvements, not one but two new Elixir-nat...
New
coen.bakker
Blink is a library for fast bulk data insertion into PostgreSQL databases using the COPY command. It provides a clean, declarative syntax...
New

This Week's Trending Top

nseaSeb
search_ash — multilingual Postgres full-text search for Ash Hi everyone, I’m building a multi-tenant SaaS (Ash + LiveView + Postgres) a...
New

This Month's Trending Top

dimamik
Torus is a plug-and-play Elixir library that seamlessly integrates PostgreSQL’s search into Ecto, streamlining the construction of advanc...
New
hakarabakara1
I have three modules, a Business which is associated Tags and Categories though join tables business_tags and business_categories. I inte...
New

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...
985 43657 311
New
AstonJ
Just posting this here in case it helps anyone else in future. on mix ecto.create I was getting: 00:54:48.033 [error] GenServer #PID&lt...
New
fireproofsocks
Building off of this older post: What I need to do is to create a few case-insensitive columns in PostGres. I’ve been following this po...
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
coen.bakker
Blink is a library for fast bulk data insertion into PostgreSQL databases using the COPY command. It provides a clean, declarative syntax...
New
gtcode
Hi everyone, I have been working on a large-scale, open-source platform for orchestrating and governing AI workloads on the BEAM (curren...
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
avilesj
Hello community. I am trying to perform the following query in Ecto SELECT * FROM table t where ARRAY[2, 12] <@ list_of_ids ; The ...
New
matt-savvy
Postgres 18 adds support for generating UUIDv7s out of the box; no extensions required. Unfortunately, it’s less obvious how to use these...
New
sezaru
I’ve been wondering for some time now if there is a way to instruct ecto to run all, not yet applied, migrations inside a single transact...
New
brainlid
Episode 285 of Thinking Elixir. News includes Software Mansion pushing the boundaries of Popcorn by running LiveView locally in the brows...
New
mik284
I’m currently building an event ticketing system in Elixir and I’m looking for advice on properly handling race conditions around ticket ...
New
samoloth
Hi, since my project will require some analytics, I’ve decided to use Postgres + DuckDB via pg_duckdb extension. I’ve spinned up an offi...
New
thenrio
I have an Ecto.Type Size that maps to postgres composite type size. I can encode a Size parameter but can’t encode an array of Size. H...
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
acrolink
I want to store books details in a PostgreSQL table. There will be a field with unique constraint holding book’s ISBN-13 number (example ...
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
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
alex1
Hello everyone! I’m trying to deploy my blog application into production, and I’m facing a very weird issue: Postgrex doesn’t want to co...
New
CoderX99
(I have about 10 books of Phoenix and Elixir that I bought, so this ongoing headache right at the start is important for me to solve. I’v...
New
alecStewart1
Hello friends! So I’ve been ticking away at a project to showcase the possible use case for using Ash and Phoenix at my place of work. ...
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
garrison
Moderator note: This was split from Elixir-postgresql-message-queue - Pure PostgreSQL Message Queue for Elixir What is the correct way t...
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
Owens
I’m trying to dump my production db on gigalixir so I can use the data for my frontend design and iteration in my local development envir...
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
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
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
acrolink
I have noticed that the primary_key field (id field) of tables in PostgreSQL doesn’t guarantee auto-incremental values. The rows keys can...
New
ycv005
I want to sort the people by the boolean value i.e., whose field will be true will come first then false one. How I modified the followi...
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 = c...
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
sc4224
I have a problem running my dockerized phoenix application with postgresql. I specified my docker-compose.yml file to include two servic...
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
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
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement