diff --git a/README.md b/README.md index 77b1143..92aad44 100644 --- a/README.md +++ b/README.md @@ -1078,6 +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://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