//! # Symbols-models
//!
//! Shared traits from Symbols proc-macro-utility, to be able to share models between macros and real applications.
use ;
/// This trait allows data filtering on macro execution
/// It's default implementation simply adds WHERE 1 = 1 to data retrieve query
///
/// Since only basic types are supported, it's importato to use only basic types in models.