halostatue
SQLToy in Elixir
I wanted to share an exercise I did that I found useful for refining my knowledge of SQL internal implementations and list comprehensions: GitHub - halostatue/sqltoy_elixir
This is an Elixir implementation of Joshua Weinberg’s SQLToy which is an exploration of how to implement the logic behind core SQL behaviours using in-memory data structures. I found it very useful for becoming more comfortable with Elixir list comprehensions as I implemented it (I implemented with Enum.reduce/3 and converted later to list comprehensions).
Be sure to read the upstream SQLToy Wiki when comparing the implementations.
Popular in Other Resources
All other learning resources
New
Hi I am new to Elixir, just started learning 3 weeks back. I am building a Chat App with Elixir/Phoenix as backend & React-Native on ...
New
Connecting Elixir Nodes with libcluster, locally and on Kubernetes
I’m not used to do screencasts :smiley: Please let me know any feedba...
New
We’re excited to announce that Juliana Helena will be joining us on the webinar this month.
She’ll be expanding on the talk she gave at ...
New
Let’s share Elixir documentation & learning material written-in/translated-to languages other than English such as docs, books, cours...
New
Cool way to learn service workers by playing this game
Also this game may not work well in the latest Firefox but works in Opera
New
Hi,
I am compiling a list of Elixir and Erlang books.
It is here:
Did I miss any?
Regards,
Adolfo
New
Does anyone have resources (articles, talks, etc.) they can share about “modern fullstack apps”?
By “modern fullstack” I mean dynamic, s...
New
Hello,
While coding tests for a hobby project of mine, I stumbled upon something odd when directly comparing Decimals – which is a bad i...
New
Hi there :waving_hand:
I’m the co-founder of Tuist a toolchain to help Apple developers be more productive and ship better apps. We star...
New
Other popular topics
How to handle excepions in elixir? Suppose i have A, B, C ,D, E modules. and each module has get() function. A.get() method will call th...
New
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
New
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine)
This is a plugin that adds support for Elixir to JetBrains IntelliJ...
New
i’m a new one to elixir
which editor can i use
vs code? or atom?
Thanks! :smiley:
New
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
After calling mix ecto.create I get this error:
17:00:32.162 [error] GenServer #PID<0.412.0> terminating
** (Postgrex.Error) FATAL...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Hi,
I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New







