Skip to content
mdaconta edited this page Nov 3, 2017 · 1 revision

Frequently Asked Questions

  1. How often is Coalesce updated? Answer: Coalesce is updated on a bi-weekly schedule.

  2. Why do I have to initialize a Coalesce Entity after I construct it? Answer: this is a design pattern where we separate construction from initialization so that construction is always a safe operation (will not throw an exception); whereas, initialization can fail. Note: In the latest of coalesce we have solved by allowing auto-initialization on any use of the entity. Thus, all you need to do is construct the entity and use it - if the entity has not been initialized prior to use it will be initialized for you.

  3. How can I develop a Persister for my favorite storage engine? See the Persister Development Quick Start page. TBD.

  4. How can I contribute? Answer: join the Coalesce developer google group. TBD.

Clone this wiki locally