Updated Query API Getting started (markdown)

Risto Lahtela 2021-01-23 11:47:38 +02:00
parent 049958a2b7
commit 79015e5c34

@ -619,7 +619,10 @@ public class QueryAPIAccessor {
}
```
This version uses `CommonQueries` in order to obtain some data from Plan, and a custom query for other data.
- This version uses `CommonQueries` in order to obtain some data from Plan, and a custom query for other data.
- [Documentation for Database Schema](https://github.com/plan-player-analytics/Plan/wiki/Database-Schema)
✔️ You can now use Plan API to query your Plan data
# More