Readme
This commit is contained in:
parent
11931c960e
commit
75cbbd9b40
@ -1,6 +1,6 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
<img src="docs/SeaORM banner.png"/>
|
<img src="https://www.sea-ql.org/SeaORM/img/SeaORM banner.png"/>
|
||||||
|
|
||||||
<h1>SeaORM</h1>
|
<h1>SeaORM</h1>
|
||||||
|
|
||||||
@ -34,11 +34,11 @@ This is an early release of SeaORM, the API is not stable yet.
|
|||||||
|
|
||||||
1. Async
|
1. Async
|
||||||
|
|
||||||
Relying on SQLx, SeaORM is a new library with async support from day 1.
|
Relying on [SQLx](https://github.com/launchbadge/sqlx), SeaORM is a new library with async support from day 1.
|
||||||
|
|
||||||
2. Dynamic
|
2. Dynamic
|
||||||
|
|
||||||
Built upon SeaQuery, SeaORM allows you to build complex queries without 'fighting the ORM'.
|
Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'.
|
||||||
|
|
||||||
3. Testable
|
3. Testable
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! <div align="center">
|
//! <div align="center">
|
||||||
//!
|
//!
|
||||||
//! <img src="docs/SeaORM banner.png"/>
|
//! <img src="https://www.sea-ql.org/SeaORM/img/SeaORM banner.png"/>
|
||||||
//!
|
//!
|
||||||
//! <h1>SeaORM</h1>
|
//! <h1>SeaORM</h1>
|
||||||
//!
|
//!
|
||||||
@ -34,11 +34,11 @@
|
|||||||
//!
|
//!
|
||||||
//! 1. Async
|
//! 1. Async
|
||||||
//!
|
//!
|
||||||
//! Relying on SQLx, SeaORM is a new library with async support from day 1.
|
//! Relying on [SQLx](https://github.com/launchbadge/sqlx), SeaORM is a new library with async support from day 1.
|
||||||
//!
|
//!
|
||||||
//! 2. Dynamic
|
//! 2. Dynamic
|
||||||
//!
|
//!
|
||||||
//! Built upon SeaQuery, SeaORM allows you to build complex queries without 'fighting the ORM'.
|
//! Built upon [SeaQuery](https://github.com/SeaQL/sea-query), SeaORM allows you to build complex queries without 'fighting the ORM'.
|
||||||
//!
|
//!
|
||||||
//! 3. Testable
|
//! 3. Testable
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user