Fetching Data From Mnesia With a Python Script

Hi all,

I am new to Erlang and Mnesia database system. I should fetch data from Mnesia table with some parameters provided by client, and handle this functionality with a python script. So, I explored this by searching the approach on google but could not find anything applicable. What I want to ask is whether it is possible to access and fetch some data from mnesia with a script written in python ? If no, could you please provide the way of fetching data from Mnesia ?

Any idea will be highly appreciated…

Thanks & Best Regards

Didem

One possible option: Pyrlang

4 Likes