SurrealDB FundamentalsIntroductionWelcome to SurrealDB UniversityIntro to SurrealDBWhy SurrealQL is SQL-likePart 1: Schemaless CRUDIntroductionRecord IDsInserting dataReading dataUpdating dataDeleting dataPart 2: Adding relationshipsIntroductionGraph relationsRecord linksRelational style joinsPart 3: Making it SchemafullIntroductionDefine tables, views and Change FeedsDefine fields, constraints and assertionsSchemafull CRUDPart 4: Making it secureIntroductionAuthenticationQuery capabilitiesPart 5: Making it PerformantIntroductionIndexing & data model considerationsDeployment & storage layer considerationsCompletionCertification
Pending completion
Part 3: Making it Schemafull
They say relationships are the primary key to happiness.
In which case, I'm sure you must be very happy right now, having just made tons of relationships in the last part!
In this part, we'll cover how to:
Add schema definitions to tables and fields
Add constraints and assertions
Make use of the schemafull data patterns using schemafull CRUD
Hope you're excited to learn the schemafull way, let's get started.