You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is potentially one of the greatest projects for myself I've seen in a long time. This would bring my code base to nearly 80% Javascript (rather than perl, python, SQL, etc...) and I believe a very large amount of other full stack developers and server side developers.
I haven't codded much in C in over 15 years so I would offer if I had. Although, if there is anything I can do to expedite this, please let me know.
My primary reason for wanting this is to replace out such libraries as multicorn and web request libraries I currently use in PostgresSQL. I have so much Javascript in use that does the same functionality and as these libraries which could replace these out with simply having the request library available and run it in PLV8u.
I did look through your added code for file access and you ended off after file_stat? Any estimate on what it would take to bring in the request library or simple be able to make GET requests?
The text was updated successfully, but these errors were encountered:
This is potentially one of the greatest projects for myself I've seen in a long time. This would bring my code base to nearly 80% Javascript (rather than perl, python, SQL, etc...) and I believe a very large amount of other full stack developers and server side developers.
I haven't codded much in C in over 15 years so I would offer if I had. Although, if there is anything I can do to expedite this, please let me know.
My primary reason for wanting this is to replace out such libraries as multicorn and web request libraries I currently use in PostgresSQL. I have so much Javascript in use that does the same functionality and as these libraries which could replace these out with simply having the request library available and run it in PLV8u.
I did look through your added code for file access and you ended off after file_stat? Any estimate on what it would take to bring in the request library or simple be able to make GET requests?
The text was updated successfully, but these errors were encountered: