into_query
Usage
Features
mysql, postgres, sqlite: Set the backend to be used by the query builder
(default: mysql)
Attributes
table_name: required
schema::<this>::dsl::<this>
schema_prefix: optional (default: crate)
<this>::schema::<table_name>::dsl
For example, if your project was structured as
src
│ main.rs
└───db
└───schema.rs
and your table was "cats"