You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this tutorial, we would create an REST notepad backend starting from scratch and adding a new REST endpoint to handle file uploads.
11
+
In this tutorial, we would create a REST notepad backend starting from scratch and adding a new REST endpoint to handle file uploads.
12
12
13
13
The full source code can be found [here](https://github.com/SeaQL/sea-orm/tree/master/examples/loco_starter). The documentation of the REST API is available [here](https://documenter.getpostman.com/view/34752358/2sA3QmEF5q).
14
14
@@ -601,7 +601,7 @@ Remember to enable `multipart` in `axum` and add `tokio-util` dependency.
601
601
602
602
## SQL Server Support
603
603
604
-
The [SQL Server for SeaORM](https://www.sea-ql.org/SeaORM-X/) will first be offered as a closed beta to our partners. If you are interested, please join our [waiting list](https://forms.office.com/r/1MuRPJmYBR).
604
+
[SQL Server for SeaORM](https://www.sea-ql.org/SeaORM-X/) is now available as a closed beta. If you are interested, please signup [here](https://forms.office.com/r/1MuRPJmYBR).
605
605
606
606
Migrating from `sea-orm` to `sea-orm-x` is straightforward with two simple steps. First, update the existing `sea-orm` dependency to `sea-orm-x` and enable the `sqlz-mssql` feature. Note that you might need to patch SeaORM dependency for the upstream dependencies.
0 commit comments