Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.06 KB

File metadata and controls

26 lines (18 loc) · 1.06 KB

Documentation

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.

How to set up db entities and how their GUID generation works.

Available storage backend drivers and their options.

Different ways to construct the info needed to connect to the database.

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.