Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write New Engine supports Entity/Value #23

Open
icomefromthenet opened this issue Feb 5, 2013 · 0 comments
Open

Write New Engine supports Entity/Value #23

icomefromthenet opened this issue Feb 5, 2013 · 0 comments
Labels

Comments

@icomefromthenet
Copy link
Owner

The current faker engine uses a table/column with compiler, This engine can not be used for xml/json/yaml that does not fit the table/column structure.

This new engine will support instead an entity/value , with each entity being idempotent , in the place of foreign keys a cache extension will used.

Locale, random generators will be injected at construction and not by a compiler. This engine will not support the xml schema but use inline php as template.

Unlike the default engine this engine will by memory hungry and not suitable for long generator runs. This engine will not generate line by line but once per file requiring memory to represent the entire result.

This engine will be easier to use, with all construction done via a php class implementing the builder pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant