Hello, I’m willing to invest my free time to imple...
# orm-help
e
Hello, I’m willing to invest my free time to implement a Cassandra provider for Prisma. I love this database but there are not many good implementations for NodeJS/TypeScript, that’s why I think it’s a good fit to have it on Prisma. CQL is not that different from SQL, I’ve implemented a CQL builder a couple of years ago and I could start with the basic stuff without Materialized Views, Allow Filtering or Static Columns on this implementation. I commented recently on this ticket and I created a feature request for this more than a year ago on May 10, 2020. I did fork Prisma recently and I’m trying to get familiar with the codebase, but it doesn’t seem to have any kind of adaptor or specific files for each provider. It would be good if I could get a bit of guideness on where to look at.