kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.85k stars 276 forks source link

Missing types of core functionality #1180

Closed xpr0gamers closed 1 month ago

xpr0gamers commented 1 month ago

Hello @koskimas,

first of all, i think this is an incredibly query builder! But sadly, it's only a query builder. I will try to build an orm around this lovely library like TypeOrm or MikroOrm. For that, i need core types and functionality.

koskimas commented 1 month ago

Unfortunately we can't export all of that. It's not exported for a reason: the internal types and utilities can change at any given moment. If we exported them, we'd need to keep them backwards compatible. That'd slow down development significantly.