1
0
mirror of https://github.com/actix/examples synced 2024-12-03 02:02:22 +01:00
examples/database_interactions/rbatis/README.md

6 lines
381 B
Markdown
Raw Normal View History

2022-02-06 09:13:24 +01:00
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