> cat /dev/github | grep security-tools
discovered 03 Aug 2026

tuql

via awesome-list
→ View on GitHub
tuql is a tool that converts an SQLite database into a GraphQL endpoint, inferring relationships between objects and supporting operations like creation, updating, and deletion. It automatically maps the schema based on existing foreign key information, allowing for intuitive GraphQL queries and also provides options for GraphiQL integration and schema output. Notable features include support for various relationship types such as belongsTo, hasMany, and belongsToMany, making it versatile for database applications.