ontodev / valve.rs

A lightweight validation engine written in rust.
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Load tables without validating #67

Closed jamesaoverton closed 5 months ago

jamesaoverton commented 8 months ago

Building on #66, it should be possible to load selected tables into the database without running VALVE validation. If rows fail database constraints, then we should just fail, instead of trying to handle the conflicts.