Below individual topics are listed one should know about, to be able to use the database framework to its full potential. They are sorted by development steps.
1. DBEntity
How to set up db entities and how their GUID generation works.
2. Drivers
Available storage backend drivers and their options.
Different ways to construct the info needed to connect to the database.
4. DBContext
The main entry point of database interactions. Introduction to the available script API with simple examples.
How to build advanced queries to find entities by more than their GUID.
The two ways of working with async operations and why they should be used whenever possible.
Ordering results by nested properties
Benefits of using the repository pattern with examples of how to set one up.