This book describes Mnesia_Session. It is an interface to the Mnesia Database Management System and is a part of the Erlang/OTP, which is a control system platform for building telecommunications applications.
Mnesia is written in Erlang and is intended for use in conjunction with Erlang applications.
The Mnesia_Session application enables access to the Mnesia DBMS from foreign programming languages (i.e. other languages than Erlang). The Mnesia_Session interface is defined in IDL (an Interface Definition Language standardized by OMG (the Object Management Group)). Access is enabled via the following protocols:
Details of these features are described in the following sections.
This manual is included in the OTP document set. It describes the syntax, but not the semantics, of how Mnesia is accessed via the Mnesia_Session interfaces. Programming constructs are described, and numerous programming examples are included to illustrate the use of Mnesia_Session.
Readers of this manual are assumed to be familiar with system development principles and database management systems. Readers are also assumed to be familiar with the Erlang programming language in general and the Mnesia, Orber and IC applications in particular.