> For the complete documentation index, see [llms.txt](https://blobbi.gitbook.io/fractale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blobbi.gitbook.io/fractale/master.md).

# Introduction

Inspired from [Mongoose](https://mongoosejs.com/docs/guide.html), it allows you to modeling your data to be explicit on data format.

It will test value of each fields and link model between them.

## Installation

`npm install --save fractale`

## Documentation

You can found more documentation and examples [here](https://blobbi.gitbook.io/fractale/) or [wiki](https://github.com/JochLAin/fractale/wiki).

## Dependencies

* Usage of [uuid](https://www.npmjs.com/package/uuid) to generate a unique id for model instances.

Optional :

* Usage of [moment](https://momentjs.com/docs/) for date.
* Usage of [teinte](https://www.npmjs.com/package/teinte) for color.
* Usage of [mongoose](https://mongoosejs.com) for bridge / provider.
* Usage of [prop-types](https://www.npmjs.com/package/prop-types) for bridge.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

See the [contributing](https://github.com/JochLAin/fractale/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/JochLAin/fractale/blob/master/CODE_OF_CONDUCT.md) files for details

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/JochLAin/fractale/blob/master/LICENSE) file for details

## Authors

* **Jocelyn Faihy** - *Web developer* and *Blob of Internets* - [Jochlain](https://github.com/JochLAin)

See also the list of [contributors](https://github.com/JochLAin/fractale/graphs/contributors) who participated in this project.

## Thanks

![Thanks BP](https://media1.giphy.com/media/yoJC2El7xJkYCadlWE/giphy.gif)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blobbi.gitbook.io/fractale/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
