Posts tagged "nosql"

Mnesia Quickstart

Basic introduction on Mnesia Mnesia is a RDBMS. But it belongs to the nosql category of RDBMS. Reason being the query language is not sql but Erlang....

Document Oriented Databases

History Relational Databases have been the almost the only way applications persist data. In the days when code was written mostly with COBOL even...