From 18295a8a4eb734702ede4b960c11912005fdb0d8 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 14 Mar 2023 12:13:10 +0800 Subject: [PATCH 1/2] Add `SeaQL/seaography` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 425eaeb..9851d00 100644 --- a/README.md +++ b/README.md @@ -1077,6 +1077,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [ivanceras/rustorm](https://github.com/ivanceras/rustorm) β€” an ORM for Rust [![Build Status](https://api.travis-ci.org/ivanceras/rustorm.svg?branch=master)](https://travis-ci.org/ivanceras/rustorm) * [rbatis/rbatis](https://github.com/rbatis/rbatis) β€” Rust ORM Framework High Performance(JSON based) [![Build Status](https://api.travis-ci.org/zhuxiujia/rbatis.svg?branch=master)](https://travis-ci.org/zhuxiujia/rbatis) * [SeaQL/sea-orm](https://github.com/SeaQL/sea-orm) β€” 🐚 An async & dynamic ORM for Rust [![Build Status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml) + * [SeaQL/seaography](https://github.com/SeaQL/seaography) β€” 🧭 GraphQL framework for SeaORM [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography) [![docs](https://docs.rs/seaography/badge.svg)](https://docs.rs/seaography) [![build status](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml/badge.svg)](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml) * [sfackler/r2d2](https://github.com/sfackler/r2d2) β€” generic connection pool [![build badge](https://api.travis-ci.org/sfackler/r2d2.svg?branch=master)](https://travis-ci.org/sfackler/r2d2) * SQL [[sql](https://crates.io/keywords/sql)] * Generic From 525e6607ba7fd5da9b330923349742b318b7a7dd Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 15 Mar 2023 12:43:58 +0800 Subject: [PATCH 2/2] fixup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d74dd..92aad44 100644 --- a/README.md +++ b/README.md @@ -1078,7 +1078,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [ivanceras/rustorm](https://github.com/ivanceras/rustorm) β€” an ORM for Rust [![Build Status](https://api.travis-ci.org/ivanceras/rustorm.svg?branch=master)](https://travis-ci.org/ivanceras/rustorm) * [rbatis/rbatis](https://github.com/rbatis/rbatis) β€” Rust ORM Framework High Performance(JSON based) [![Build Status](https://api.travis-ci.org/zhuxiujia/rbatis.svg?branch=master)](https://travis-ci.org/zhuxiujia/rbatis) * [SeaQL/sea-orm](https://github.com/SeaQL/sea-orm) β€” 🐚 An async & dynamic ORM for Rust [![Build Status](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml/badge.svg)](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml) - * [SeaQL/seaography](https://github.com/SeaQL/seaography) β€” 🧭 GraphQL framework for SeaORM [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography) [![docs](https://docs.rs/seaography/badge.svg)](https://docs.rs/seaography) [![build status](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml/badge.svg)](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml) + * [SeaQL/seaography](https://github.com/SeaQL/seaography) β€” 🧭 GraphQL framework for SeaORM [![crate](https://img.shields.io/crates/v/seaography.svg)](https://crates.io/crates/seaography) [![docs](https://img.shields.io/docsrs/seaography/latest)](https://docs.rs/seaography) [![build status](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml/badge.svg)](https://github.com/SeaQL/seaography/actions/workflows/tests.yaml) * [sfackler/r2d2](https://github.com/sfackler/r2d2) β€” generic connection pool [![build badge](https://api.travis-ci.org/sfackler/r2d2.svg?branch=master)](https://travis-ci.org/sfackler/r2d2) * SQL [[sql](https://crates.io/keywords/sql)] * Generic