Roman Kushyn

Results 125 comments of Roman Kushyn

I don't think that it may get extensive, there is a small amount of such checks, but it would be helpful for sure. If it's unwanted to get verbose doctor...

@bingtsingw it's very nice to see this PR! I'm seeing this Bentocache library for the first time and I'm not sure yet what exactly is required from a db driver....

@bingtsingw I have looked around, and, well, any ORM is an overkill for this case, even Knex and Kysely are overkill, since Bentocache requires only limited functionality from a driver,...

Aha, yes that makes sense. In such case, IMO it would be better for Bentocache to have a pg lib adapter, then it could work with any ORM that depends...

Thank you! It's indeed similar to Lucid, since Lucid is on Knex, and Orchid is syntactically inspired by Knex to be familiar for node.js devs. Lucid's creator posted some [interesting...

There is a problem with test factories that it works only if you're using zod schema provider. I'm not sure how to make it validation-lib agnostic and I've delayed this...

Ready! Now test factories do not depend on zod and can be used without that. I noticed that the original issue was probably caused by a typing bug not related...

> Can you add drizzle orm to the benchmarks next time you work on the docs? Yes, I'll do that eventually, interesting to know it myself. There are many current...

You're right, I think so as well, removed that part from the message. `Orchid ORM` will be focused on Postgres only, it's such a giant amount of work to support...

To clarify what support takes: - column types: reflect actual data types from db documentation to the code. For example, pg has various types for dates and time, it's reflected...