Search Results

5
votes
2answers
587 views

Preserving relational integrity with Mnesia

I've been diving into Erlang recently, and I decided to use Mnesia to do my database work given it can store any kind of Erlang data structure without a problem, scale with ease, be used with list …
1
vote

Unique constraint in Mnesia

Ulf Wiger has released a library that lets you use mnesia as a relational database. It's called 'rdbms', it's a few years old and hasn't been updated in a long time, but you can probably use it as …
5
votes

Help me improve this Erlang?

I've added this one to rosettacode.org before, reposting here. I found the solution to be pretty elegant. …