Integer

Type Alias Integer 

Source
pub type Integer = i64;
Expand description

Sqlite / rusqlite integer type alias.

This alias exists to keep it in one place and because rusqlite does not export such a type.