Latest #database Threads 
I’m trying to model something in Ecto where records share a few common fields, but depending on a type, they have completely different ad...
New
A couple of months ago we started looking for some Vector DBs, in the end we decided to go with Zilliz Milvus, and since they didn’t had ...
New
Hello! I’ve been having a lot of troubles trying to set up ssl with postgresql and I tried looking also on the discord before asking but ...
New
Blink is a library for fast bulk data insertion into PostgreSQL databases using the COPY command. It provides a clean, declarative syntax...
New
Not long ago we released the 1.0 release of Snowflake which moved us off of ODBC(which is unmaintained in OTP) and onto the Snowflake HTT...
New
Hello Elixir community,
I’ve written a small embedded key-value database in Elixir called Goblin. It’s based on the Log-Structured Merge...
New
I am planning to read large data from a database for a report, what could be the best way of getting these reports? Is it via Stream.reso...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Turbopuffer - Elixir client for vector and full-text search
I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
We have (DBConnection.ConnectionError) error in multiple places in our production only.
2025-09-03T16:13:51.0122410Z Request: POST /user...
New
This Week's Trending
This Month's Trending
This Year's Trending
CubDB is an embedded database written in pure Elixir, designed for robustness and minimal use of resources. It strives to be as developer...
New
Hey folks :waving_hand:
I’ve been building a distributed key-value store in Elixir/OTP called Bedrock. It implements FoundationDB’s arch...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hello Elixir community,
I’ve written a small embedded key-value database in Elixir called Goblin. It’s based on the Log-Structured Merge...
New
I’m trying to model something in Ecto where records share a few common fields, but depending on a type, they have completely different ad...
New
Blink is a library for fast bulk data insertion into PostgreSQL databases using the COPY command. It provides a clean, declarative syntax...
New
Not long ago we released the 1.0 release of Snowflake which moved us off of ODBC(which is unmaintained in OTP) and onto the Snowflake HTT...
New
Hello! I’ve been having a lot of troubles trying to set up ssl with postgresql and I tried looking also on the discord before asking but ...
New
We have (DBConnection.ConnectionError) error in multiple places in our production only.
2025-09-03T16:13:51.0122410Z Request: POST /user...
New
Turbopuffer - Elixir client for vector and full-text search
I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
I am planning to read large data from a database for a report, what could be the best way of getting these reports? Is it via Stream.reso...
New
A couple of months ago we started looking for some Vector DBs, in the end we decided to go with Zilliz Milvus, and since they didn’t had ...
New
Last Three Year's Trending
I am looking at the best way to identify my users and content on a social type app (user profiles, media, chat messages, etc).
UUID vs. ...
New
Hey, recently I started to have issues during deployments to Digital Ocean App Platform. I’m deploying an Elixir release packed as a Dock...
New
Hi,
We’re starting to collect many of these errors in our logs and I am trying to understand how we can investigate them further:
Postg...
New
I want to set up preview environments (ad-hoc server + database for pending pull requests).
The main issue we will have to tackle is dat...
New
Episode 129 of Thinking Elixir. Tracking, analyzing and visualizing time series data can add a lot of business value to a project! We met...
New
Hey everyone!
Preface
Over the last days I started to create an online version of Doppelkopf, a german classical card game, using Elixir...
New
TLDR: Database CHECK constraint and TRIGGER not working when inserting data with Ecto, but do work when inserting data with PSQL (on same...
New
I am playing with using Ash-over-Airtable, as a way to progressively go from exploration to prod.
The toy example has student and subjec...
New
I am using oban to create a group of tasks, all of these tasks are linked to the same parent. After all the tasks are complete, I want to...
New
Hi! I’m trying to emulate an “enum” data type by forming a many-to-many relationship between 2 tables. Essentially I have Users and they ...
New
A number of times I’ve run into some error or other while developing in ash, the exception is printed along with a stack trace but it’s a...
New
Hi! :raised_hands:
I’m currently working on a project that requires using the Temporal Tables extension in PostgreSQL, and I’m wondering...
New
Hi friends,
I am very new to Phoenix and PostgreSQL database. I am trying to deploy a simple very basic web app on fly.io to try to unde...
New
Amazon states AuroraDB has full Postgres compatibility.
Has anyone used AuroraDB with AshPostgres?
New
Hi folks :wave:
TLDR; I have an idea explained at the end, but I am not sure that’s how I should be doing it in Ash.
I am trying to und...
New
Trending Over Three Years
Fairly new to elixir and phoenix, but am really enjoying how it all fits together. I have a question about templates, is there a way to ...
New
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
I’m new to Elixir, and I’m wondering if I might be doing something wrong in my tests. Right now, I have only 105 tests, but they take ~3...
New
I have been developing an app in localhost, while keeping a staging version of the app running in another folder, with mix phx.server, th...
New
I wanted to know which NoSQL databases offer official clients for elixir/erlang?
We currently have mongo as our database and the applica...
New
Hello. I am writing my first server in elixir, and I am using the influxDB for storing time series data. So far I have enjoyed programmin...
New
Pretty much most of the info in the description, but its basically ETS with persistence, for use cases when Mnesia is much too heavy or w...
New
Is there any way to include a calendar of events in my Phoenix Project?
I would like to show these fields (with dates) in a calendar:
...
New
But instead using native_datetime and timestamp.
I have searched the Internet and the overwhelming majority is saying that timestamp sho...
New
Normally, for a simple one word table, I would be using something like this:
$ mix phx.gen.context Cars Car cars model:string price:stri...
New
Hey everyone,
I’m new to Elixir and Phoenix and I’m currently working on a very simple Phoenix application.
While working on the Form f...
New
I have run into a little issue and am not sure what I’m doing wrong. My app is connected to an external sql server database (database for...
New
I am making my first umbrella project right now and I want to separate the database into it’s own application. I am trying to understand ...
New
The consensus in the elixir community seems to be that Fly.io is the way to deploy Phoenix apps, and I have successfully done this myself...
New
I run this command:
$ mix phx.gen.context Cars Car cars model:string price:string
and then I run:
$ mix ecto.migrate
Now, I would lik...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







