Latest #database Threads Top

PaleWatcher
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
ycastor
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
Trolleger
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
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
ChaseGilliam
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
zteln
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
pau-riosa
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
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
jallum
Turbopuffer - Elixir client for vector and full-text search I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
Janardhan111
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 Top

This Month's Trending Top

This Year's Trending Top

lucaong
CubDB is an embedded database written in pure Elixir, designed for robustness and minimal use of resources. It strives to be as developer...
New
jallum
Hey folks :waving_hand: I’ve been building a distributed key-value store in Elixir/OTP called Bedrock. It implements FoundationDB’s arch...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
zteln
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
PaleWatcher
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
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
ChaseGilliam
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
Trolleger
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
Janardhan111
We have (DBConnection.ConnectionError) error in multiple places in our production only. 2025-09-03T16:13:51.0122410Z Request: POST /user...
New
jallum
Turbopuffer - Elixir client for vector and full-text search I’m excited to share Turbopuffer, a new Elixir client library for the Turbop...
New
pau-riosa
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
ycastor
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 Top

New
stefanchrobot
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
fedme
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
cblavier
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
brainlid
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
larshei
Hey everyone! Preface Over the last days I started to create an online version of Doppelkopf, a german classical card game, using Elixir...
New
coen.bakker
TLDR: Database CHECK constraint and TRIGGER not working when inserting data with Ecto, but do work when inserting data with PSQL (on same...
New
jkwchui
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
D4no0
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
bitbldr
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
spacebat
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
itzmidinesh
Hi! :raised_hands: I’m currently working on a project that requires using the Temporal Tables extension in PostgreSQL, and I’m wondering...
New
vira
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
chazwatkins
Amazon states AuroraDB has full Postgres compatibility. Has anyone used AuroraDB with AshPostgres?
New
agonzalezro
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 Top

eatjason
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
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
gophertroll
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
Exadra37
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
sarat1669
I wanted to know which NoSQL databases offer official clients for elixir/erlang? We currently have mongo as our database and the applica...
New
roynalnaruto
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
vans163
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
Lily
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
kalkatfyodor
But instead using native_datetime and timestamp. I have searched the Internet and the overwhelming majority is saying that timestamp sho...
New
kalkatfyodor
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
Jeykey
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
ryanswapp
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
JoeZMar
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
tadasajon
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
kalkatfyodor
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement