Skip to main content

Index

Documentation for the base SeaORM

This document only contains the usage and information of the extended support of other database backends such as MSSQL. The documentation for the base SeaORM can be found here.

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: Model & ActiveModel, insert many