Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Apr 5, 2024
1 parent 9698286 commit 4decb60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
10 changes: 2 additions & 8 deletions SeaORM-X/docs/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

1.1. [What is SeaORM X](01-introduction/01-orm.md)

1.4. [Tutorial & Examples](01-introduction/04-tutorial.md)
1.2. [Tutorial & Examples](01-introduction/02-tutorial.md)

## Basics

Expand All @@ -30,10 +30,4 @@

5. Basic CRUD

5.3 [INSERT: Model & ActiveModel, insert many](05-basic-crud/03-insert.md)

## Advanced Topics

11. Internal Design

11.4 [Architecture](11-internal-design/04-architecture.md)
5.1 [INSERT: Model & ActiveModel, insert many](05-basic-crud/01-insert.md)
4 changes: 3 additions & 1 deletion SeaORM-X/docs/01-introduction/01-orm.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ SeaSchema X extends SeaSchema, adding the support of MSSQL schema definition, di

SeaORM X extends SeaORM, integrating SeaQuery X and SeaSchema X and offering complete support for MSSQL, and of course, working around the nuances of MSSQL. We aim to offer an experience as good as SeaORM by porting all test cases and examples, complemented by MSSQL specific documentation.

In the future, we'd also like to bring Seaography to the table, allowing developers to easily create admin dashboards.
All libraries are supersets of their open-source versions, so it's possible to interop say MySQL and MSSQL in the same codebase.

In the future, we'd also like to include Seaography in the bundle, allowing developers to easily create admin dashboards.

SeaORM X is now in closed-beta, and will be based on SeaORM `1.0`, so the API surface will be stable and supported long term. We offer an Evaluation License and a Production License with two support tiers. If you are interested, please email us for pricing information.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you prefer a step-by-step tutorial on how to use SeaORM, you can check out ou

You can also check out [SeaORM Cookbook](https://www.sea-ql.org/sea-orm-cookbook/) for some frequently asked questions and recommended practices of using SeaORM.

If you are so eager and want something grab-and-go, SeaQL maintains a set of official examples contributed by the community (we welcome more!):
If you are so eager and want something grab-and-go, SeaQL maintains a set of official examples:

+ [Actix Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/mssql_actix_example)
+ [Axum Example](https://github.com/SeaQL/sea-orm-x/tree/main/sea-orm-x/examples/mssql_axum_example)
File renamed without changes.

0 comments on commit 4decb60

Please sign in to comment.