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§

  • options provides an implementation basic data structure to hold database main and pooled options
  • types module provide basic base trait behaviors to build sqlx object dependencies