validator reorg

This commit is contained in:
2026-02-26 19:17:13 -05:00
parent 960a99034a
commit e14f53e7d9
16 changed files with 501 additions and 423 deletions

View File

@ -2,20 +2,8 @@ use pgrx::*;
pg_module_magic!();
pub mod compiler;
pub mod drop;
pub mod formats;
pub mod registry;
mod schema;
pub mod util;
mod validator;
pub mod context;
pub mod error;
pub mod instance;
pub mod result;
pub(crate) mod rules;
pub mod validator;
use serde_json::json;
use std::sync::{Arc, RwLock};