1
0
mirror of https://github.com/actix/examples synced 2024-12-01 01:24:35 +01:00
examples/database_interactions/rbatis/README.md
2022-02-06 08:13:24 +00:00

6 lines
381 B
Markdown

People developing rbatis have an example on usage with Actix Web.
<br/>
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.
<br/>
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