hyperlane_resources 9.4.1

Hyperlane resources module containing various resources and utilities used by the framework.
Documentation
1
2
3
4
5
6
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");