Introducing ErlyDB: The Erlang Twist on Database Abstraction
Yariv Sadan
yarivvv@REDACTED
Wed Aug 30 19:34:57 CEST 2006
The Erlang code is generated just once, when you call erlydb:code_gen.
This generates the entire abstraction layer on the fly. The idea is to
call erlydb:code_gen once when you boostrap your app and then every
time you make a schema change to your database. No code is generated
at request time.
On 8/30/06, Joel Reymont <joelr1@REDACTED> wrote:
>
> On Aug 30, 2006, at 3:21 PM, Logan, Martin wrote:
>
> > Erlydb looks great. This is just what erlang needs. Nice work so
> > far.
>
> What about performance? Is it possible to pre-compile the code to
> support the database schema at the moment of compilation? I assume
> this would be faster overall than generating Erlang code at request
> time.
>
> How is this handled by Erlydb? At what point does it generate/compile
> the code?
>
> Thanks, Joel
>
> --
> http://wagerlabs.com/
>
>
>
>
>
>
More information about the erlang-questions
mailing list