Skip to main content

Crate ferra_db

Crate ferra_db 

Source
Expand description

Database layer for the Ferra framework.

ferra-db derives parameterized SQL queries from ModelMeta using sqlx::QueryBuilder with systematic .push_bind() — SQL injection is structurally impossible because user values never reach string concatenation. SQL structure (table names, column names) is always &'static str generated by ferra-forge, never reachable from user input.

This crate is not yet published. See ferra.rs or github.com/ferra-rs/ferra for updates.