Skip to content
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

Exporting query builder classes #944

Open
thetutlage opened this issue Apr 9, 2024 · 0 comments
Open

Exporting query builder classes #944

thetutlage opened this issue Apr 9, 2024 · 0 comments
Labels
breaking change Includes breaking changes typescript Related to Typescript

Comments

@thetutlage
Copy link

Currently the query builder classes are kept private and interfaces are exported from the codebase. Also, the return value for methods like db.selectFrom is an interface and not the runtime class.

After a quick discussion in Discord with @koskimas I am opening this issue, as some initial interest is shown in removing interface and using/exporting classes directly.

@igalklebanov igalklebanov added typescript Related to Typescript breaking change Includes breaking changes labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Includes breaking changes typescript Related to Typescript
Projects
None yet
Development

No branches or pull requests

2 participants