now working proper types

This commit is contained in:
filipriec
2025-06-17 17:31:11 +02:00
parent 8ebe74484c
commit 011fafc0ff
2 changed files with 60 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
// src/shared/schema_qualifier.rs
use sqlx::PgPool;
use tonic::Status;
// TODO in the future, remove database query on every request and implement caching for scalable
// solution with many data and requests
/// Qualifies a table name by checking for its existence in the table_definitions table.
/// This is the robust, "source of truth" approach.