absolute links
[yosql.git] / yosql-website / content / integration / _index.md
blob183bac977b6707bab7e185184f5d7fcade8a34cb
1 ---
2 title: Integration
3 date: 2020-04-13
4 menu:
5   main:
6     weight: 160
7 ---
9 This part of the documentation is intended for **developers** looking for information on how to customize `YoSQL` beyond its [main configuration](../configuration) capabilities. Depending on what you what to achieve, we suggest following the steps:
11 0. Raise Ticket: Consider raising a ticket in case an additional configuration option would enable your use case.
12 1. Single-use `YoSQL`: Copy generated classes into your `src/main/java` folder and adapt them your own needs.
13 2. Extend `YoSQL`: Write your own code generator for maximal configurability.
14 3. Fork `YoSQL`: Fork the entire project for maximal control.