Tagged Questions
3
votes
1answer
293 views
BeepBeep and ErlyDB integration issue
Further to my adventures with Erlang and ErlyDB. I am attempting to get ErlyDB working with BeepBeep
My ErlyDB setup works correctly when run outside of the BeepBeep environment (see Debugging ErlyDB ...
2
votes
2answers
141 views
Debugging ErlyDB and MySQL
I am experimenting with ErlyDB in a non-erlyweb environment and I am not having much luck.
I have a 'Thing' table for testing, and a corresponding Thing module:
-module(thing).
-export([table/0, ...