Module rstdev_storage::engine::sql
source · Expand description
sql module provide basic implementation of Storage that build on top of sqlx library
For now it only support two types of sql databases:
- Mysql
- Postgres
Modules§
optionsprovides an implementation basic data structure to hold database main and pooled optionstypesmodule provide basic base trait behaviors to buildsqlxobject dependencies