vercel / storage

Vercel Postgres, KV, Blob, and Edge Config
https://vercel.com/storage
Apache License 2.0
495 stars 55 forks source link

Small doc correction: Kysely is not an ORM #142

Closed koskimas closed 1 year ago

koskimas commented 1 year ago

Hey,

Awesome to see an official Kysely wrapper ❤️

Small correction to the docs though: it seems that Kysely is introduced as an ORM, which it is not. It's a query builder without any concept of relations or models.

vvo commented 1 year ago

Thanks @koskimas, fixed by #146