Questions tagged [erlydb]

2 questions
3
votes
1 answer

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 and MySQL). I have basically take the working…
Toby Hede
  • 36,755
  • 28
  • 133
  • 162
2
votes
2 answers

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, fields/0]). table() -> thing. fields() -> …
Toby Hede
  • 36,755
  • 28
  • 133
  • 162