infinyon / infinyon/sdf-support
add sanitization for sql parameters
Open
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
there should be built-in sanitization for sql parameters.
i think a macro that looks something like this would be the most ergonomic option.
```rs
sql!("select * from users where name = {}", name)?;
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by surveying the repository to locate SQL parameter handling, then clarify the macro's supported syntax and verify that generated queries safely handle parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- databases, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100