Module geekorm_core::backends

source ·
Expand description

Backend Module for GeekORM

Traits§

  • GeekConnection is the trait that all backends must implement to be able to interact with the database.
  • GeekConnection is the trait used for models to interact with the database.