New package for writing Postgres functions in Typescript #11380
davepar
started this conversation in
Show and tell
Replies: 2 comments
-
Looks nice!
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @pkit, I'm the maintainer of BrowserFS. I'd like to let you know that BrowserFS has been deprecated. You can read more about that on the BrowserFS readme (https://github.com/jvilk/BrowserFS). ZenFS is an updated and active fork that I created. |
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
-
I decided to create some support for writing PostgreSQL PLV8 functions in Typescript. The result is an NPM package and an article with more background. Instead of having Javascript buried in a
CREATE FUNCTION
SQL statement, you can write Typescript with editor support, compile-time syntax checking, and unit tests.Feedback welcome. This is my first NPM package.
Beta Was this translation helpful? Give feedback.
All reactions