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

Rewrite in TypeScript #2662

Open
gajus opened this issue Nov 29, 2021 · 2 comments
Open

Rewrite in TypeScript #2662

gajus opened this issue Nov 29, 2021 · 2 comments

Comments

@gajus
Copy link
Contributor

gajus commented Nov 29, 2021

@brianc Happy to help if this was considered.

@brianc
Copy link
Owner

brianc commented Dec 15, 2021

I've actually already started on this - pg-protocol used to exist inside the pg library, but i spun it out to write in TypeScript. My biggest hang up so far on delaying starting this (other than a pretty severe lack of time over the past few months) has been what should be typescript-ified next? I was thinking pg-pool since it's a bit less legacy and crazy inside and a common way people interface w/ the library. The tests inside the core pg package are pretty gnarly and old so that'll probably take the longest to convert. Happy to hear your thoughts on it!

@shishkin
Copy link

shishkin commented Jul 3, 2023

I think a good first step would be to migrate type definitions to this repo, so they co-evolve better. From there the migration can be gradual.

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

3 participants