Struct akita::Akita

source · []
pub struct Akita { /* private fields */ }

Implementations

get conn pool

get an DataBase Connection used for the next step

Trait Implementations

Get all the table of records

Get one the table of records

Get one the table of records by id

Get table of records with page

Get the total count of records

Remove the records by wrapper.

Remove the records by id.

Remove the records by wrapper.

Update the records by wrapper.

Update the records by id.

called multiple times when using database platform that doesn;t support multiple value

save or update

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.