Readme
This commit is contained in:
parent
c1ac7baae9
commit
2e9c19dc97
@ -25,6 +25,14 @@ API to make working with databases in Rust a first-class experience.
|
|||||||
This is an early release of SeaORM, the API is not stable yet.
|
This is an early release of SeaORM, the API is not stable yet.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
|
||||||
|
[](https://www.sea-ql.org/SeaORM/docs/index)
|
||||||
|
[](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
|
||||||
|
[](https://github.com/SeaQL/sea-orm/issues/37)
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
1. Async
|
1. Async
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# SeaORM SQLx MySql example
|
# SeaORM SQLx example
|
||||||
|
|
||||||
Prepare:
|
Prepare:
|
||||||
|
|
||||||
|
@ -25,6 +25,14 @@
|
|||||||
//! This is an early release of SeaORM, the API is not stable yet.
|
//! This is an early release of SeaORM, the API is not stable yet.
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
|
//! <div align="center">
|
||||||
|
//!
|
||||||
|
//! [](https://www.sea-ql.org/SeaORM/docs/index)
|
||||||
|
//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/sqlx)
|
||||||
|
//! [](https://github.com/SeaQL/sea-orm/issues/37)
|
||||||
|
//!
|
||||||
|
//! </div>
|
||||||
|
//!
|
||||||
//! ## Features
|
//! ## Features
|
||||||
//!
|
//!
|
||||||
//! 1. Async
|
//! 1. Async
|
||||||
|
Loading…
x
Reference in New Issue
Block a user