easy_sqlite/entities/
types.rs

1pub type SStr = &'static str;
2pub type SVec<T> = &'static [T];