Skip to content
View as Markdown

Managing Data Schema with Tailor Platform

Tailor Platform offers a powerful feature that allows you to generate GraphQL APIs from schema files. This makes it easy for your company to create a custom data schema that aligns perfectly with your business requirements.

The main database in Tailor Platform, where you store and retrieve your data, is called TailorDB. With TailorDB, you can effortlessly modify existing data schemas (data models) in our templates or add new tables (equivalent to tables in a relational database). The GraphQL endpoint will be automatically generated, eliminating the need for additional coding.

This tutorial introduces you to TailorDB. In the subsequent tutorials, you'll learn how to add fields to existing tables, how to create new tables and how to validate fields for your application.

What you'll learn

Prerequisite