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