execs v0.5.0 API Reference
Modules
Execs provides the data abstraction layer for an Entity-Component System. It uses a Mnesia client by default, with disc_copy tables. There is currently no other client though the framework is in place for one should the need arise
Data manipulation is handled through clients which implement this interface. Like GenServer, however, there are some sensible defaults provided for certain callbacks so be sure to add ‘use Execs.DbClient.Client’ to the top of your module instead of using the @behaviour tag