David Hancu
David Hancu
Hi again @notadamking! The model inheritance issues you've mentioned will definitely not be a problem in Turboprisma. Due to us interfacing with the schema at engine level (something that Zenstack...
How would this be represented in the database?
> > How would this be represented in the database? > > I think the simplest way to represent this in a database would be to add the inherited class...
I think that a new function on the Parser could do: `parse_module_with_metadata`. This would return a struct with a Module field and a Metadata field. In the parser implementation, this...
Yes. I don't believe that you can configure extension priorities.
> Imo this should be something offered by VSCode, disabling it per extension/language, it already has support for limiting configs to that. I don't see why rust-analyzer has to make...
:wave: **Hello everyone!** I've been working on my NPM Package [Prisma Util](https://www.npmjs.com/package/prisma-util), which is all about implementing features that are requested by developers in the community. This issue has attracted...
Hi everyone (and @rohanrajpal)! I've just dropped version v1.3.0 of Prisma Util and it includes this feature, as well as being able to generate schemas using JavaScript. The package is...
> @DavidHancu Why are trigrams deprecated in prisma-util if it's not implemented in prisma yet? You can still use it, but I plan on going the full-native route with [Turboprisma](https://github.com/DavidHancu/turboprisma)...