Use of QLC with Mnesia in Erlang programming.
Ask by Tarun Kumar
Updated 22 Sep 2020
Main features of QLC with Mnesia are as follows:
QLC is used to optimize the query compiler for Mnesia Database. and for making Mnesia DBMS more efficient.
QLC Syntax: [Expression || Qualifier1, Qualifier2, ...]QLC is used like a database programming language for Mnesia and it includes a notation called "list comprehensions" and can be used to make complex database queries over a set of tables.
Expression - it is an Erlang expression (template)
Qualifiers - these are the filters (erlang expressions) or generators (List Expressions)