-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for exporting Kysely wrapped types #85
base: main
Are you sure you want to change the base?
Conversation
This is awesome! I'm a bit afraid of having different naming standards based on an option, so I wonder if we should make this a breaking change instead (and bump the major version), use the 'Table' suffix on all table types, and just export these by default? |
Thanks for reviewing! If you decide to make this a breaking change (i.e. remove |
Any news on this? I came to make a PR about this feature myself, it would be very convenient not having to Selectable<> prisma-kysely generated table types whenever we have to reference tables. Great library! |
@valtyr any update? |
This would be super helpful |
+1 |
@valtyr just came across this, was resorting to use |
👀 |
Close: #81
Added
exportWrappedTypes
option which enables exporting the Kysely wrapped types as described in the document.