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