gen isolated tables

This commit is contained in:
filipriec
2025-06-18 23:19:19 +02:00
parent e25213ed1b
commit 8414657224
2 changed files with 68 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
// src/table_definition/handlers/post_table_definition.rs
use tonic::Status;
use sqlx::{PgPool, Transaction, Postgres};
use serde_json::json;