From 3e2b0832fade425aef62b8613935420118d2c788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Dibl=C3=ADk?= Date: Sun, 30 Jan 2022 17:20:58 +0100 Subject: [PATCH] [Feature] Add simple README linking to rbatis examples. (#513) --- database_interactions/rbatis/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 database_interactions/rbatis/README.md diff --git a/database_interactions/rbatis/README.md b/database_interactions/rbatis/README.md new file mode 100644 index 00000000..998045db --- /dev/null +++ b/database_interactions/rbatis/README.md @@ -0,0 +1,5 @@ +People developing rbatis have an example on usage with actix-web. +
+You can find the example in the [rbatis/example/src/actix_web](https://github.com/rbatis/rbatis/blob/master/example/src/actix_web/main.rs) directory. +
+Tutorial on how to get started with the example is placed inside of the [rbatis/example](https://github.com/rbatis/rbatis/tree/master/example) directory