pub async fn new_postgres_engine(
    database_url: &str,
    with_migration: bool,
    llm_api_key: String,
    llm_model_name: String
) -> Result<SDKEngine, SDKError>