Search Results

5
votes
2answers
589 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 …