Deep Save API | Backendless Database Training Course (pt. 49)

Опубликовано: 19 Февраль 2026
на канале: FlowRunner by Backendless
432
6

In this video, we introduce the Deep Save API, which provides an efficient and easy way to work with data, specifically saving data in the database. We first highlight the limitations of using the Transactions API when saving complex data that includes multiple objects with related fields. Then, we demonstrate how the Deep Save API works and how it is much more efficient in saving such complex data. The Deep Save API allows you to take a root object with all its related child objects and save it in a single shot, making the code more compact and efficient. It recognizes what needs to be done and creates tables and establishes relationships automatically, saving us time and effort. We provide a step-by-step guide on how to use the Deep Save API and demonstrate its efficiency by comparing it to the Transactions API. The Deep Save API is smart and uses transactions internally, so if any operation fails, the entire process is rolled back.

Have questions? Post them in the comments below or get in touch at:
Support forum: https://support.backendless.com/
Slack channel: https://backendless.slack.com/
Telegram channel: https://t.me/backendless_chat

Start with Backendless for free today to follow along with this course: https://develop.backendless.com/regis...

Happy Coding!
#database #api