I am talking about offering hasura type of features, but as a library (targeting typescript ecosystem).<p>Also similar to postgraphile, but a bit more customizable and integrated to a standard graphql stack.<p>I was thinking of generating customizable schema and resolvers from drizzle schema, and let user merge it with their otherwise custom graphql server. Nexus used to do something like this but I don't know if they are still pushing it.<p>Is that maybe because this class of tools is actually not needed anymore ?