Tutorials¶
Step-by-step tutorials for learning ORMDB concepts.
Core Tutorials¶
| Tutorial | Description | Time |
|---|---|---|
| Schema Design | Define entities, fields, and relations | 15 min |
| Querying Data | Build queries with filters and includes | 20 min |
| Mutations | Insert, update, and delete operations | 10 min |
| Relations | Work with one-to-one, one-to-many, and many-to-many | 15 min |
| Filtering | Advanced filtering with AND/OR/NOT | 10 min |
| Transactions | ACID transactions for data integrity | 10 min |
Learning Path¶
If you're new to ORMDB, we recommend following these tutorials in order:
- Schema Design - Start by understanding how to model your data
- Querying Data - Learn the query API for reading data
- Mutations - Understand how to write data
- Relations - Master relational data modeling
- Filtering - Build complex queries
- Transactions - Ensure data consistency
Prerequisites¶
Before starting these tutorials, make sure you have:
- Completed the Getting Started guide
- A running ORMDB server
- Your preferred client library installed