tuql
last updated: Oct 20, 2023
https://github.com/bradleyboy/tuql
tuql is a simple tool that turns a sanely formatted sqlite database into a graphql endpoint. It tries to infer relationships between objects, currently supportingÂ
belongsTo
,ÂhasMany
 andÂbelongsToMany
. It also forms the basic mutations necessary to create, update, and delete objects, as well as assoicate many-to-many relationships.
cf roapi
Backlinks: