pub const MYSQL_RECORD_SQL: &str = include_str!("./mysql/record.sql");
pub const POSTGRESQL_CHAT_HISTORY_SQL: &str = include_str!("./postgresql/chat_history.sql");
pub const POSTGRESQL_CREATE_INDEX_SQL: &str = include_str!("./postgresql/create_index.sql");
pub const POSTGRESQL_RECORD_SQL: &str = include_str!("./postgresql/record.sql");
pub const POSTGRESQL_SHORTLINK_SQL: &str = include_str!("./postgresql/shortlink.sql");
pub const POSTGRESQL_TRACKING_RECORD_SQL: &str = include_str!("./postgresql/tracking_record.sql");