Skip to main content

Index

Documentation for the base SeaORM

This document only covers MSSQL-specific usage and information for SeaORM X. The full SeaORM documentation can be found here. All SeaORM 2.0 features (Entity Loader, Nested ActiveModel, COLUMN constant, etc.) are available to MSSQL users.

Introduction

  1. Introduction

    1.1. What is SeaORM X

    1.2. Tutorial & Examples

Basics

  1. Installation & Configuration

    2.1 Choosing a Database & Async Runtime

    2.2 Connection Pool

  2. Migration

    3.1 Setting Up Migration

    3.3 Running Migration

  3. Generating Entities

    4.1 Using sea-orm-cli

    4.2 Entity Structure

  4. Basic CRUD

    5.1 INSERT: Identity Insert, OUTPUT clause

  5. MSSQL Features

    6.1 MSSQL-Specific Features