Library status #433
Closed
bombillazo
started this conversation in
General
Replies: 2 comments 1 reply
-
Noticed the maintainer recently provided an update over in an issue: #434 Looks like it is currently looking for a new maintainer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The library is under new maintainers, and I was fortunate to have been invited to support! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I think Deno devs who use Postgres would like an honest and realistic status update on this library. I am using this package to create a driver for Kysely, and it's been working fine for most use cases, except now we're having type issues (actual data type issues, not TS types) when column types are all pretty much parsed as text, and there is no way to override them natively with the library in some type of configuration. An example is
numeric
, commonly used for values not exceeding that of anINT4
, andFLOAT4
even though it fits in JS number, is still parsed as text.Also, it's main dependency,
std
is starting to lag behind the latest version, causing some compatibility issues (0.160.0
vs0.201.0
) .I tried out https://deno.land/x/[email protected], but I couldn't even get my code to run (the lib isn't Deno-specific).
I was looking into even contributing to modify this behavior, but I've seen no activity for months here, so I was wondering if it was going to be in vain or not.
@Soremwar @bartlomieju @notfilippo @ebebbington
Beta Was this translation helpful? Give feedback.
All reactions