sqlancer

Detects logic bugs in database management systems using SQL

brewmacoslinux
Try with needOr install directly
Source

About

Detecting Logic Bugs in DBMS

Commands

sqlancer

Examples

Test SQLite database for logic bugs$ sqlancer --dbms sqlite3
Test PostgreSQL with 100 test cases$ sqlancer --dbms postgres --num-tests 100
Generate and test with specific seed for reproducibility$ sqlancer --dbms mysql --seed 12345