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

Allow Postgres types to be used from Deno module #1040

Open
ramnivas opened this issue Mar 31, 2024 · 0 comments
Open

Allow Postgres types to be used from Deno module #1040

ramnivas opened this issue Mar 31, 2024 · 0 comments

Comments

@ramnivas
Copy link
Contributor

Currently, we allow only types defined in Deno modules to be, for example, return type of a Deno query. This is somewhat restrictive in a few scenarios. For example, if a Deno query is pass-through Postgres query, then it should be possible to use the Postgres type of that query as the return value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant