Hey, is there any plans to make more ergonomic ver...
# spicedb
s
Hey, is there any plans to make more ergonomic versions of the client libraries, or at least for common functions? Especially for TypeScript I feel like there's quite the opportunity to write something that gives you auto-complete for permissions/relations, and resource and subject type by generating types from the schema, like what's happening in the GraphQL ecosystem with tools like graphql-codegen (https://the-guild.dev/graphql/codegen) or DB ORM's like prisma (https://www.prisma.io) Or, alternatively, is there any way to get some sort of AST tree of the schema, either from the API or with some library that parses the DSL? that might make it easier to build a custom wrapper around the client
2 Views